We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open-v3-pr
1 parent 9eefc10 commit e2472f1Copy full SHA for e2472f1
tools/deployments/open-v3-pr.ts
@@ -13,7 +13,7 @@ if (require.main === module) {
13
execSync(`git checkout -b v3-maintenance-${process.env.PR_NUMBER} -f`);
14
15
execSync(
16
- `git rebase --onto v3-maintenance origin/main v3-maintenance-${process.env.PR_NUMBER}`
+ `git rebase --onto origin/v3-maintenance origin/main v3-maintenance-${process.env.PR_NUMBER}`
17
);
18
19
execSync(`git push origin HEAD --force`);
0 commit comments