Skip to content

Commit 05212dd

Browse files
Copilottrwalke
andauthored
Remove CONTRIBUTOR from author_association guard in auto-answer-issues workflow (#5845)
* Initial plan * Remove CONTRIBUTOR from author_association check in auto-answer-issues workflow Co-authored-by: trwalke <30090357+trwalke@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: trwalke <30090357+trwalke@users.noreply.github.com>
1 parent a8430e1 commit 05212dd

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)