Skip to content

Commit 8db6e42

Browse files
authored
feat(ci/cd): add debug step for update-type in auto-merge workflow (#3125)
1 parent 83cf40a commit 8db6e42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
env:
1919
PR_URL: ${{github.event.pull_request.html_url}}
2020
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
21+
22+
- name: 🐛 Debug update-type output
23+
run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
24+
2125
- name: 🤖 Enable auto-merge for Dependabot PRs
2226
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
2327
run: gh pr merge --auto --squash "$PR_URL"

0 commit comments

Comments
 (0)