Skip to content

Commit

Permalink
build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 t…
Browse files Browse the repository at this point in the history
…o 3 (#110)

* build(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3

* Update .github/workflows/ci.yml

Co-authored-by: Manuel Spigolon <[email protected]>

Co-authored-by: Manuel Spigolon <[email protected]>
  • Loading branch information
Fdawgs and Eomm authored Feb 2, 2022
1 parent b66a632 commit 1f6c972
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{secrets.github_token}}
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor

0 comments on commit 1f6c972

Please sign in to comment.