Skip to content

Commit 1a88e16

Browse files
authored
Merge pull request #1252 from db-ux-design-system/feat-ci-cd-add-debug-step-for-update-type-in-auto-merge-workflow
feat(ci/cd): add debug step for update-type in auto-merge workflow
2 parents 593fa16 + e87c5a4 commit 1a88e16

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-major'}}
2528
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)