Skip to content

Commit 22bd773

Browse files
committed
ci: update auto merge workflow
1 parent 50f9ca7 commit 22bd773

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
@@ -6,9 +6,10 @@ on:
66
jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
9+
permissions:
10+
pull-requests: write
11+
contents: write
912
steps:
10-
- uses: actions/checkout@v4
11-
- uses: ahmadnassri/action-dependabot-auto-merge@v2
13+
- uses: fastify/[email protected]
1214
with:
13-
target: minor
14-
github-token: ${{ secrets.ACTIONS_GITHUB_TOKEN }}
15+
target: 'minor'

0 commit comments

Comments
 (0)