File sync from s4u/.github - Auto merge patch and minor updates

This commit is contained in:
GitHub Action
2021-08-28 21:42:38 +00:00
parent d253165ff8
commit f625f4e949

View File

@ -22,7 +22,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs - name: Enable auto-merge for Dependabot PRs
if: > if: >
github.actor == 'dependabot[bot]' github.actor == 'dependabot[bot]'
&& steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch' && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge --auto --rebase "$PR_URL" run: gh pr merge --auto --rebase "$PR_URL"
env: env:
PR_URL: ${{github.event.pull_request.html_url}} PR_URL: ${{github.event.pull_request.html_url}}