diff --git a/.github/workflows/package-watcher.yaml b/.github/workflows/package-watcher.yaml index adb02bc83..e850305ea 100644 --- a/.github/workflows/package-watcher.yaml +++ b/.github/workflows/package-watcher.yaml @@ -70,6 +70,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} + merge-method: rebase - name: Send Slack Notification if: ${{ always() && failure() }} continue-on-error: true