Skip to content

Commit 7ec00d8

Browse files
Copilottrwalke
andcommitted
Remove CONTRIBUTOR from author_association check in auto-answer-issues workflow
Co-authored-by: trwalke <30090357+trwalke@users.noreply.github.com>
1 parent bf52ee1 commit 7ec00d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/auto-answer-issues.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
if: |
1919
github.event.issue.author_association == 'MEMBER' ||
2020
github.event.issue.author_association == 'OWNER' ||
21-
github.event.issue.author_association == 'COLLABORATOR' ||
22-
github.event.issue.author_association == 'CONTRIBUTOR'
21+
github.event.issue.author_association == 'COLLABORATOR'
2322
steps:
2423
- name: Checkout repository
2524
uses: actions/checkout@v4

0 commit comments

Comments
 (0)