We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3df2e commit 23008b9Copy full SHA for 23008b9
.github/workflows/merge-dependabot-pr.yml
@@ -4,7 +4,9 @@ on: pull_request_target
4
5
run-name: Merge Dependabot PR ${{ github.ref_name }}
6
7
-permissions: write-all
+permissions:
8
+ pull-requests: write
9
+ contents: write
10
11
jobs:
12
merge-dependabot-pr:
0 commit comments