From cb7b7a5413e593851bdfb31e8871553fdbd754fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 15 Jan 2026 23:58:57 +0000 Subject: [PATCH 1/2] Initial plan From bd5ba5e92da9aa576ba6f7a513404ef59e2af4b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 16 Jan 2026 00:01:44 +0000 Subject: [PATCH 2/2] Add triage role to issue-triage workflow to allow read-only users Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/issue-triage.lock.yml | 2 +- .github/workflows/issue-triage.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue-triage.lock.yml b/.github/workflows/issue-triage.lock.yml index 7615a27..8c0919a 100644 --- a/.github/workflows/issue-triage.lock.yml +++ b/.github/workflows/issue-triage.lock.yml @@ -1126,7 +1126,7 @@ jobs: id: check_membership uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: - GH_AW_REQUIRED_ROLES: admin,maintainer,write + GH_AW_REQUIRED_ROLES: admin,maintainer,write,triage with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/issue-triage.md b/.github/workflows/issue-triage.md index 98bd6a6..7e4f52c 100644 --- a/.github/workflows/issue-triage.md +++ b/.github/workflows/issue-triage.md @@ -9,6 +9,7 @@ on: description: "Issue number to triage" required: true type: string +roles: [admin, maintainer, write, triage] permissions: contents: read issues: read