File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- # DO NOT EDIT - This GitHub Workflow is managed by automation
2- # https://github.com/hashicorp/terraform-devex-repos
31name : Issue Comment Triage
42
53on :
64 issue_comment :
75 types : [created]
86
7+ permissions :
8+ issues : write
9+
910jobs :
1011 issue_comment_triage :
1112 runs-on : ubuntu-latest
1213 env :
13- # issue_comment events are triggered by comments on issues and pull requests. Checking the
14- # value of github.event.issue.pull_request tells us whether the issue is an issue or is
15- # actually a pull request, allowing us to dynamically set the gh subcommand:
16- # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment-on-issues-only-or-pull-requests-only
1714 COMMAND : ${{ github.event.issue.pull_request && 'pr' || 'issue' }}
1815 GH_TOKEN : ${{ github.token }}
1916 steps :
You can’t perform that action at this time.
0 commit comments