Skip to content

Commit 90f9738

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
steps:
1313
- name: Add/remove labels when user responds
1414
uses: andymckay/labeler@master
15-
# if: ${{ github.event.comment.user.login == github.event.issue.user.login && contains(github.event.issue.labels.*.name, 'waiting-for-author') && !contains(github.event.issue.labels.*.name, 'author-responded') }}
16-
if: ${{ github.event.comment.user.login == github.event.issue.user.login && contains(github.event.issue.labels.*.name, 'waiting-for-author') }}
15+
# 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') }}
16+
if: ${{ github.event.comment.user.login == github.event.issue.user.login && contains(github.event.issue.labels.*.name, 'wait-for-author') }}
1717
with:
1818
# add-labels: 'author-responded'
19-
remove-labels: 'waiting-for-author'
19+
remove-labels: 'wait-for-author'

0 commit comments

Comments
 (0)