Skip to content

Commit 6214d21

Browse files
authored
feat(ci/cd): add debug step for update-type in auto-merge workflow (#765)
1 parent 7a54928 commit 6214d21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/99-auto-merge.yml

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

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

0 commit comments

Comments
 (0)