From 667420f20755162f54962e901799841968f4f7e2 Mon Sep 17 00:00:00 2001 From: Vidit Ostwal <110953813+Vidit-Ostwal@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:19:35 +0530 Subject: [PATCH] ci: grant PR comment fallback permission (#7489) --- .github/workflows/first-contributor-welcome.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/first-contributor-welcome.yml b/.github/workflows/first-contributor-welcome.yml index 69c153db8..2d789ec62 100644 --- a/.github/workflows/first-contributor-welcome.yml +++ b/.github/workflows/first-contributor-welcome.yml @@ -7,6 +7,10 @@ on: permissions: contents: read issues: write + # GitHub accepts either Issues or Pull requests write access for PR comments. + # Request both scopes to match the first-time PR workflow and retain a + # supported permission path when GitHub issues the Actions token. + pull-requests: write jobs: welcome: