Skip to content

Commit 9578337

Browse files
authored
ci: fix automerge
1 parent 8c4ea8a commit 9578337

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/automerge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: automerge
2+
permissions:
3+
contents: write
24
on:
35
pull_request:
46
types:
@@ -25,4 +27,5 @@ jobs:
2527
name: automerge
2628
uses: "pascalgn/[email protected]"
2729
env:
30+
MERGE_LABELS: ""
2831
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)