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