We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
permissions: write-all
1 parent 884359b commit eb6764bCopy full SHA for eb6764b
.github/workflows/merge-dependabot-pr.yml
@@ -9,9 +9,6 @@ run-name: Merge Dependabot PR ${{ github.ref_name }}
9
10
jobs:
11
merge-dependabot-pr:
12
- permissions:
13
- actions: write
14
- issues: write
15
- pull-requests: write
+ permissions: write-all
16
17
uses: artembilan/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
0 commit comments