Skip to content

Commit 321d77d

Browse files
committed
ci(automerge): Add "actions: write" to avoid error on gh pr merge
1 parent 78f3289 commit 321d77d

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
7+
actions: true
88
contents: write
9+
pull-requests: write

0 commit comments

Comments
 (0)