Skip to content

Commit

Permalink
chore: set approve-only on Dependabot auto-merge since merged PRs do …
Browse files Browse the repository at this point in the history
…not trigger our push workflow. see: fastify/github-action-merge-dependabot#134
  • Loading branch information
edgarvonk committed Feb 12, 2024
1 parent 81af642 commit 20e0e9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
# Our Dependabot PRs are not merged automatically because an automatically merged PR
# does not trigger our push workflow (and so no release would be made).
# see: https://github.com/fastify/github-action-merge-dependabot/issues/134
approve-only: true
target: minor

next-version:
Expand Down

0 comments on commit 20e0e9f

Please sign in to comment.