We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ebfc20 + f36629e commit 9ed3172Copy full SHA for 9ed3172
1 file changed
.github/workflows/dependabot.yml
@@ -4,6 +4,10 @@ on:
4
pull_request:
5
types: [opened, reopened, synchronize]
6
7
+permissions:
8
+ contents: write
9
+ pull-requests: write
10
+
11
jobs:
12
ApproveAndMerge:
13
name: Auto approve Dependabot PRs
0 commit comments