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