Skip to content

Commit ad91b64

Browse files
authored
Update auto-label-wait-for-author.yml
1 parent 90f9738 commit ad91b64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto-label-wait-for-author.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Auto-label when user responds
22
permissions:
33
issues: write
4+
pull-requests: write
5+
discussions: write
46

57
on:
68
issue_comment:
@@ -11,7 +13,7 @@ jobs:
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Add/remove labels when user responds
14-
uses: andymckay/labeler@master
16+
uses: weibullguy/labeler@master
1517
# if: ${{ github.event.comment.user.login == github.event.issue.user.login && contains(github.event.issue.labels.*.name, 'wait-for-author') && !contains(github.event.issue.labels.*.name, 'author-responded') }}
1618
if: ${{ github.event.comment.user.login == github.event.issue.user.login && contains(github.event.issue.labels.*.name, 'wait-for-author') }}
1719
with:

0 commit comments

Comments
 (0)