From 1d3cfb62b826d9554ec8653cd50a11cf3dad5dae Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 22 Nov 2021 16:40:34 +0100 Subject: [PATCH] chore: use rebase method for auto PR --- .github/workflows/package-watcher.yaml | 1 + 1 file changed, 1 insertion(+) 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