We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770a486 commit b59c6e9Copy full SHA for b59c6e9
1 file changed
.github/workflows/issue-labels.yml
@@ -8,7 +8,10 @@ on:
8
9
jobs:
10
label-op-response:
11
+ if: github.event_name == 'issue_comment'
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ issues: write
15
steps:
16
- name: Check if the comment is from the OP
17
id: check-op
@@ -37,6 +40,8 @@ jobs:
37
40
label-new-issue:
38
41
if: github.event.action == 'opened'
39
42
43
44
45
46
- name: Add 'Needs Attention' label to new issue
47
uses: actions-ecosystem/action-add-labels@v1
0 commit comments