Skip to content

Commit

Permalink
File sync from s4u/.github - Auto merge patch and minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 28, 2021
1 parent 8f6a7ee commit 35c9d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Enable auto-merge for Dependabot PRs
if: >
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"
env:
PR_URL: ${{github.event.pull_request.html_url}}
Expand Down

0 comments on commit 35c9d4c

Please sign in to comment.