From c573cbfb9dd6689949dfd65977e7beebccc0c21a Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 13 Sep 2023 00:52:34 +0000 Subject: [PATCH] File sync from EdgeApp/edge-workflows --- .github/workflows/pr-rebase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-rebase.yml b/.github/workflows/pr-rebase.yml index 78fd112..b24687d 100644 --- a/.github/workflows/pr-rebase.yml +++ b/.github/workflows/pr-rebase.yml @@ -20,8 +20,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase - uses: samholmes/rebase@1.7 + uses: EdgeApp/rebase@changelog-resolver with: autosquash: ${{ true }} + changelogResolver: ${{ true }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}