Skip to content

Commit

Permalink
Fix an issue with the issue-context-bot trigger. (hashicorp#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert authored Feb 24, 2022
1 parent cd11d47 commit 199d2f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/issue-context-bot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: Issue Context Bot

on:
issues:
types: transferred
on: [issues]

jobs:
add-context:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: wow-actions/[email protected]
with:
Expand Down

0 comments on commit 199d2f1

Please sign in to comment.