We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5465b commit 5368857Copy full SHA for 5368857
.github/workflows/99-auto-merge.yml
@@ -20,6 +20,7 @@ jobs:
20
github-token: "${{ secrets.GITHUB_TOKEN }}"
21
22
- name: ✔ Approve a PR
23
+ if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
24
run: gh pr review --approve "$PR_URL"
25
env:
26
PR_URL: ${{github.event.pull_request.html_url}}
@@ -29,7 +30,6 @@ jobs:
29
30
run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
31
32
- name: 🤖 Enable auto-merge for Dependabot PRs
- if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
33
run: gh pr merge --auto --squash "$PR_URL"
34
35
0 commit comments