Skip to content

Commit 2debd7c

Browse files
committed
maint: add permissions required by gh pr edit
Signed-off-by: Yury V. Zaytsev <[email protected]>
1 parent 58aed4e commit 2debd7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/process-incoming-prs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
permissions:
1313
pull-requests: write
1414

15+
# https://github.com/cli/cli/issues/6274
16+
repository-projects: read
17+
1518
steps:
1619
- run: |
1720
gh pr edit ${{ github.event.pull_request.number }} \

0 commit comments

Comments
 (0)