Skip to content

Commit dbcf68e

Browse files
authored
feat(ci/cd): add debug step for update-type in auto-merge workflow
1 parent 02aadc5 commit dbcf68e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2828

29+
- name: 🐛 Debug update-type output
30+
run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
31+
2932
- name: 🤖 Enable auto-merge for Dependabot PRs
3033
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
3134
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)