We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b5f12 commit 41af73aCopy full SHA for 41af73a
.github/workflows/dependabot-approve-merge.yml
@@ -9,7 +9,7 @@
9
name: Dependabot
10
11
on:
12
- pull_request:
+ pull_request_target: # zizmor: ignore[dangerous-triggers]
13
branches:
14
- main
15
- master
@@ -29,8 +29,6 @@ jobs:
29
permissions:
30
# for hmarr/auto-approve-action to approve PRs
31
pull-requests: write
32
- # for alexwilson/enable-github-automerge-action to approve PRs
33
- contents: write
34
35
steps:
36
- name: Disabled on forks
@@ -48,4 +46,4 @@ jobs:
48
46
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
49
47
with:
50
target: minor
51
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
0 commit comments