Skip to content

Commit

Permalink
Change github to rebase not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed May 28, 2024
1 parent 11630cb commit 9ad715e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 0626df7
_commit: a1c2d02
_src_path: [email protected]:atropos112/template-python-pkg.git
author: atropos
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Enable auto-merge for Dependabot PRs
if: ${{ contains(github.event.pull_request.title, 'bump')}}
run: gh pr merge --auto --merge "$PR_URL"
run: 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 9ad715e

Please sign in to comment.