We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebfc20 commit f36629eCopy full SHA for f36629e
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