Skip to content

Commit

Permalink
chore: use rebase for pr automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-fabian-pittroff committed Aug 10, 2024
1 parent 8b67a4f commit 8c02a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
app_id: ${{ secrets.AUTOMERGE_APP_ID }}
private_key: ${{ secrets.AUTOMERGE_APP_PRIVATE_KEY }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge ${{github.event.pull_request.html_url}} --auto --merge
run: gh pr merge ${{github.event.pull_request.html_url}} --auto --rebase
env:
GITHUB_TOKEN: ${{ steps.automerge-app-token.outputs.token }}

0 comments on commit 8c02a66

Please sign in to comment.