Skip to content

Commit

Permalink
[BUGFIX] Wait for status checks to succeeed before auto-merging
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Oct 4, 2022
1 parent a1accfe commit a32b55f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: WyriHaximus/[email protected]
with:
ignoreActions: "Dependabot auto-merge"
env:
GITHUB_TOKEN: "${{ secrets.MERGE_TOKEN }}"
- uses: fastify/[email protected]
with:
target: minor

0 comments on commit a32b55f

Please sign in to comment.