From a90d6f95243b1027b85abdf0643a4b870501d653 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:49:57 +0000 Subject: [PATCH] Add write permissions for issues and pull-requests to first-interaction workflow Co-authored-by: jiaren-wu <190862939+jiaren-wu@users.noreply.github.com> --- .github/workflows/global-run-first-interaction.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/global-run-first-interaction.yaml b/.github/workflows/global-run-first-interaction.yaml index bb5d5db6..49670c53 100644 --- a/.github/workflows/global-run-first-interaction.yaml +++ b/.github/workflows/global-run-first-interaction.yaml @@ -1,5 +1,10 @@ name: First Interaction +permissions: + contents: read + issues: write + pull-requests: write + on: issues: types: [opened]