We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28123d5 commit adff9f4Copy full SHA for adff9f4
.github/workflows/auto-merge.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
if: ${{ secrets.AUTOMERGE_TOKEN }} && github.actor == 'dependabot[bot]'
10
steps:
11
- - uses: ahmadnassri/action-dependabot-auto-merge@v2.3
+ - uses: ahmadnassri/action-dependabot-auto-merge@v2.4
12
with:
13
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
14
command: "squash and merge"
0 commit comments