diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5aefe73..3b75029 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -36,7 +36,7 @@ jobs: if: ${{ github.actor == 'wbrawner' || github.actor == 'dependabot[bot]' }} steps: - name: Enable auto-merge - 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}} \ No newline at end of file