ci: grant PR comment fallback permission (#7489)

This commit is contained in:
Vidit Ostwal
2026-09-15 21:19:35 +05:30
committed by GitHub
parent 0e2fa7ec24
commit 667420f207

View File

@@ -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: