Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit e24fc24

Browse files
committed
ci: bump version of auto-merge
1 parent 8eb61df commit e24fc24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto-merge.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ on:
66
jobs:
77
auto-merge:
88
runs-on: ubuntu-latest
9+
if: github.actor == 'dependabot[bot]'
910
steps:
1011
- uses: actions/checkout@v2
11-
- uses: ahmadnassri/action-dependabot-auto-merge@v2
12+
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3
1213
with:
13-
target: patch
14-
github-token: ${{ secrets.github_token }}
14+
github-token: ${{ secrets.token }}

0 commit comments

Comments
 (0)