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 02aadc5 commit dbcf68eCopy full SHA for dbcf68e
.github/workflows/auto-merge.yml
@@ -26,6 +26,9 @@ jobs:
26
PR_URL: ${{github.event.pull_request.html_url}}
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
29
+ - name: 🐛 Debug update-type output
30
+ run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
31
+
32
- name: 🤖 Enable auto-merge for Dependabot PRs
33
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
34
run: gh pr merge --auto --squash "$PR_URL"
0 commit comments