Skip to content

Commit

Permalink
maint: add permissions required by gh pr edit
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
  • Loading branch information
zyv committed Feb 28, 2025
1 parent 58aed4e commit 2debd7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/process-incoming-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
permissions:
pull-requests: write

# https://github.com/cli/cli/issues/6274
repository-projects: read

steps:
- run: |
gh pr edit ${{ github.event.pull_request.number }} \
Expand Down

0 comments on commit 2debd7c

Please sign in to comment.