Skip to content

Commit 12c1f16

Browse files
authored
feat(ci/cd): add debug step for update-type in auto-merge workflow (#1234)
1 parent cd690b7 commit 12c1f16

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
@@ -20,6 +20,9 @@ jobs:
2020
PR_URL: ${{github.event.pull_request.html_url}}
2121
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2222

23+
- name: 🐛 Debug update-type output
24+
run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
25+
2326
- name: 🤖 Enable auto-merge for Dependabot PRs
2427
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
2528
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)