Skip to content

Commit

Permalink
File sync from EdgeApp/edge-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Sep 13, 2023
1 parent e57be97 commit d90e3d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d90e3d2

Please sign in to comment.