Skip to content

Commit 17a820b

Browse files
authored
Merge pull request #2735 from github/aeisenberg/fix-permissions
Add extra permission to mergeback workflow
2 parents 4e83f6b + 3a4eae0 commit 17a820b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/post-release-mergeback.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
permissions:
3131
contents: write # needed to create tags and push commits
32+
pull-requests: write
3233

3334
steps:
3435
- name: Dump environment

0 commit comments

Comments
 (0)