Skip to content

Commit 1372166

Browse files
authored
ci(needs-reply-remove): do not remove the label for members
1 parent 91d28c9 commit 1372166

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/needs-reply-remove.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ on:
55
types:
66
- created
77

8+
permissions:
9+
issues: write
10+
811
jobs:
912
needs-reply:
1013
runs-on: ubuntu-latest
14+
if: github.repository == 'capacitor-community/sqlite' && github.event.comment.author_association != 'MEMBER'
1115
steps:
1216
- name: Remove needs-reply label
1317
run: |

0 commit comments

Comments
 (0)