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 cd690b7 commit 12c1f16Copy full SHA for 12c1f16
.github/workflows/99-auto-merge.yml
@@ -20,6 +20,9 @@ jobs:
20
PR_URL: ${{github.event.pull_request.html_url}}
21
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
22
23
+ - name: 🐛 Debug update-type output
24
+ run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
25
+
26
- name: 🤖 Enable auto-merge for Dependabot PRs
27
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
28
run: gh pr merge --auto --squash "$PR_URL"
0 commit comments