Skip to content

Commit 60d4f4f

Browse files
authored
Merge pull request #2136 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 950e9f3 + b2aa0e8 commit 60d4f4f

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-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
2528
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)