From a294b62401f75bec736eac97b7b6d4e4619d5cd2 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 5 May 2026 09:52:57 +1000 Subject: [PATCH] fix: grant pull-requests: write permission in label-pr-intent workflow (#1612) * Initial plan * fix: grant pull-requests: write permission in label-pr-intent workflow Agent-Logs-Url: https://github.com/github/awesome-copilot/sessions/02960aad-3fd4-45cf-b9d1-9aa219e14604 Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com> --- .github/workflows/label-pr-intent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-pr-intent.yml b/.github/workflows/label-pr-intent.yml index ec880b63..20de12ad 100644 --- a/.github/workflows/label-pr-intent.yml +++ b/.github/workflows/label-pr-intent.yml @@ -6,7 +6,7 @@ on: permissions: issues: write - pull-requests: read + pull-requests: write jobs: label-pr: