Skip to content

Commit b146d3f

Browse files
authored
Merge pull request #3060 from ahoppen/auto-merge-permissions
Grant write permissions for content an pull requests to auto merge GitHub action
2 parents e4bdcbf + cae75da commit b146d3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/automerge.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ jobs:
1111
uses: swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
1212
with:
1313
base_branch: release/6.2
14+
permissions:
15+
contents: write
16+
pull-requests: write
1417
if: (github.event_name == 'schedule' && github.repository == 'swiftlang/swift-syntax') || (github.event_name != 'schedule') # Ensure that we don't run this on a schedule in a fork

0 commit comments

Comments
 (0)