Skip to content

Commit f0ed025

Browse files
committed
added permission for automerge dependabot PRs
1 parent 041ae1f commit f0ed025

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
@@ -2,7 +2,9 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

44
name: CI
5-
5+
permissions:
6+
contents: write
7+
pull-requests: write
68
on:
79
push:
810
branches:

0 commit comments

Comments
 (0)