Skip to content

Commit 6ab9843

Browse files
committed
added permission for automerge dependabot PRs
1 parent a71a186 commit 6ab9843

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: CI
2-
2+
permissions:
3+
contents: write
4+
pull-requests: write
35
on:
46
push:
57
branches:

0 commit comments

Comments
 (0)