Skip to content

Commit 79ecc38

Browse files
committed
[Automerge] Add workflow permissions for creating PRs (#303)
This adds the workflow permissions required for creating Pull Requests to the Automerge workflow. This is required as the automerge script needs to create new Pull Requests for merge conflicts that must be resolved manually.
1 parent bcce0ce commit 79ecc38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
jobs:
1212
Run-Automerge:
1313
runs-on: ubuntu-24.04-arm
14+
permissions:
15+
pull-requests: write
1416
if: github.repository == 'arm/arm-toolchain'
1517
strategy:
1618
matrix:

0 commit comments

Comments
 (0)