Skip to content

Commit 859cb26

Browse files
committed
- Switched automerge action
1 parent a199552 commit 859cb26

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/auto-merge.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: auto-merge
22

3-
on:
4-
pull_request:
3+
on: [push, pull_request]
54

65
jobs:
76
auto-merge:
87
runs-on: ubuntu-latest
8+
permissions:
9+
pull-requests: write
10+
contents: write
911
steps:
10-
- uses: actions/checkout@v2
11-
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12+
- uses: fastify/github-action-merge-dependabot@v3
1213
with:
1314
github-token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)