File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
if : github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
11
11
steps :
12
- - uses : hmarr/auto-approve-action@bca9db08da72b576ae3273e776e7ccf3f0a36e12
13
- with :
14
- github-token : " ${{ secrets.PR_GH_TOKEN }}"
12
+
13
+ # Enable auto-merge *before* issuing an approval.
15
14
- name : Enable Github Automerge
16
15
uses : alexwilson/enable-github-automerge-action@main
17
16
with :
18
17
github-token : " ${{ secrets.PR_GH_TOKEN }}"
18
+
19
+ # We "trust" dependabot updates (this still requires all other checks to pass!)
20
+ - uses : hmarr/auto-approve-action@bca9db08da72b576ae3273e776e7ccf3f0a36e12
21
+ with :
22
+ github-token : " ${{ secrets.PR_GH_TOKEN }}"
You can’t perform that action at this time.
0 commit comments