From bf52ee1357d72b78ad27fc623dcab9f33ac4149e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:16:50 +0000 Subject: [PATCH 1/2] Initial plan From 7ec00d856139c02b4570bcbf505ebf966afe0985 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:18:06 +0000 Subject: [PATCH 2/2] Remove CONTRIBUTOR from author_association check in auto-answer-issues workflow Co-authored-by: trwalke <30090357+trwalke@users.noreply.github.com> --- .github/workflows/auto-answer-issues.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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