We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75fac commit 6de02c0Copy full SHA for 6de02c0
.github/workflows/label-last-commenter.yml
@@ -16,7 +16,7 @@ jobs:
16
github.event.comment.author_association != 'COLLABORATOR'
17
&& github.event.comment.author_association != 'MEMBER'
18
&& github.event.comment.author_association != 'OWNER'
19
- && !github.event.issue.closed
+ && github.event.issue.state == 'open'
20
uses: actions-ecosystem/action-add-labels@v1
21
with:
22
labels: 'Waiting for: Team'
0 commit comments