We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d479c0 commit 53f3c49Copy full SHA for 53f3c49
1 file changed
.github/workflows/dependabot-auto-merge.yaml
@@ -9,15 +9,14 @@ on:
9
- ready_for_review
10
- labeled
11
12
-permissions:
13
- contents: write
14
- pull-requests: write
15
-
16
jobs:
17
dependabot-make-update:
18
# Only run on Dependabot PRs
19
if: github.event.pull_request.user.login == 'dependabot[bot]'
20
runs-on: ubuntu-latest
+ permissions:
+ contents: write
+ pull-requests: write
21
22
steps:
23
- name: Checkout
@@ -47,6 +46,9 @@ jobs:
47
46
48
needs: dependabot-make-update
49
50
51
52
53
54
- name: Fetch Dependabot metadata
0 commit comments