diff --git a/.github/workflows/auto-answer-issues.yml b/.github/workflows/auto-answer-issues.yml index 2ffc012c41..1ab148cd60 100644 --- a/.github/workflows/auto-answer-issues.yml +++ b/.github/workflows/auto-answer-issues.yml @@ -18,8 +18,7 @@ jobs: if: | github.event.issue.author_association == 'MEMBER' || github.event.issue.author_association == 'OWNER' || - github.event.issue.author_association == 'COLLABORATOR' || - github.event.issue.author_association == 'CONTRIBUTOR' + github.event.issue.author_association == 'COLLABORATOR' steps: - name: Checkout repository uses: actions/checkout@v4