File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 - name : Create branch
3939 run : |
4040 git fetch
41- git checkout origin/main
41+ git checkout origin/main
4242 git checkout -b $SYNC_BRANCH_NAME
4343 # Try and merge rocm-main into this new branch so that we don't run upstream's CI code
4444 git config --global user.email "[email protected] " 6060 - name : Open a PR to rocm-main
6161 run : |
6262 gh pr create --repo $GITHUB_REPOSITORY --head $SYNC_BRANCH_NAME --base rocm-main --title "CI: $(date +%x) upstream sync" --body "Daily sync with upstream"
63- gh pr merge --repo $GITHUB_REPOSITORY --merge --auto $SYNC_BRANCH_NAME
63+ gh pr merge --repo $GITHUB_REPOSITORY --rebase --auto $SYNC_BRANCH_NAME
6464 env :
6565 GH_TOKEN : ${{ steps.generate-token.outputs.token }}
6666
You can’t perform that action at this time.
0 commit comments