Skip to content

Commit 01887c7

Browse files
committed
ci: Try bringing back dependabot automerge
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 2c3252e commit 01887c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dependabot-approve-merge.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'renovate[bot]'
2828
runs-on: ubuntu-latest-low
2929
permissions:
30-
# for hmarr/auto-approve-action to approve PRs
30+
# hmarr/auto-approve-action
3131
pull-requests: write
32+
# ahmadnassri/action-dependabot-auto-merge
33+
contents: write
3234

3335
steps:
3436
- name: Disabled on forks

0 commit comments

Comments
 (0)