We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81af642 commit 20e0e9fCopy full SHA for 20e0e9f
.github/workflows/build-test-publish.yml
@@ -58,6 +58,10 @@ jobs:
58
steps:
59
- uses: fastify/github-action-merge-dependabot@v3
60
with:
61
+ # Our Dependabot PRs are not merged automatically because an automatically merged PR
62
+ # does not trigger our push workflow (and so no release would be made).
63
+ # see: https://github.com/fastify/github-action-merge-dependabot/issues/134
64
+ approve-only: true
65
target: minor
66
67
next-version:
0 commit comments