Skip to content

Commit 9b18911

Browse files
Avoid removing labels on maintainer comments (aio-libs#12943)
1 parent ee1fd3d commit 9b18911

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/label-remove.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
clear-pr-unfinished:
1212
runs-on: ubuntu-latest
13+
if: >-
14+
github.event_name != 'issue_comment' ||
15+
!contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
1316
permissions:
1417
id-token: write
1518
issues: write

0 commit comments

Comments
 (0)