Skip to content

Commit 8b715d1

Browse files
committed
ci(automerge): Add "actions: write" to avoid error on gh pr merge: "GraphQL: Pull request refusing to allow a GitHub App to create or update workflow .github/workflows/pypi.yml without workflows permission (enablePullRequestAutoMerge)"
1 parent 5a2a09e commit 8b715d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ jobs:
44
automerge:
55
uses: open-contracting/.github/.github/workflows/automerge.yml@main
66
permissions:
7-
pull-requests: write
87
contents: write
8+
pull-requests: write
9+
workflows: write

0 commit comments

Comments
 (0)