diff --git a/.github/workflows/99-auto-merge.yml b/.github/workflows/99-auto-merge.yml index 45b58a03b..cad3b944e 100644 --- a/.github/workflows/99-auto-merge.yml +++ b/.github/workflows/99-auto-merge.yml @@ -18,6 +18,10 @@ jobs: env: PR_URL: ${{github.event.pull_request.html_url}} GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + + - name: 🐛 Debug update-type output + run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'" + - name: 🤖 Enable auto-merge for Dependabot PRs if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}} run: gh pr merge --auto --squash "$PR_URL"