Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
build(github): automerge Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
z0al committed Dec 26, 2020
1 parent 9355fe9 commit 9dd4d74
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

automerge:
needs: test
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v1
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9dd4d74

Please sign in to comment.