Skip to content

Commit bf7d5ff

Browse files
author
Github Action
committed
File sync from EdgeApp/edge-workflows
1 parent 0bc0e24 commit bf7d5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-rebase.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
token: ${{ secrets.GITHUB_TOKEN }}
2121
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2222
- name: Automatic Rebase
23-
uses: samholmes/rebase@1.7
23+
uses: EdgeApp/rebase@changelog-resolver
2424
with:
2525
autosquash: ${{ true }}
26+
changelogResolver: ${{ true }}
2627
env:
2728
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)