Skip to content

Commit

Permalink
ci: automerge after ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Sep 5, 2022
1 parent e6a33ce commit b5c7a2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

automerge-dependabot-pr:
if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'
needs: ci
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.3.0
with:
target: minor

0 comments on commit b5c7a2f

Please sign in to comment.