We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a036d commit f29e07cCopy full SHA for f29e07c
.github/workflows/automerge.yml
@@ -9,9 +9,13 @@ on:
9
jobs:
10
automerge:
11
runs-on: ubuntu-latest
12
+ if: ${{ github.actor == 'dependabot[bot]' }}
13
+ permissions:
14
+ pull-requests: write
15
+ contents: write
16
steps:
17
- name: automerge
- uses: pascalgn/automerge-action@v0.15.6
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- MERGE_METHOD: squash
18
+ uses: fastify/github-action-merge-dependabot@v3
19
+ with:
20
+ github-token: ${{secrets.GITHUB_TOKEN}}
21
+ merge-method: squash
0 commit comments