Skip to content

Commit

Permalink
Rebase automerges
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 9, 2023
1 parent a4f771d commit 91ba079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
files_ignore: '**/go.{sum,mod}'
- name: Run step if any permitted file(s) change
if: ${{ steps.changed-files.outputs.any_changed == 'false' && ( steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch') }}
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --merge "$PR_URL"
run: gh pr review --approve "$PR_URL" && gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 91ba079

Please sign in to comment.