mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 11:50:54 -06:00
merge -> rebase in experiment sync script text
This commit is contained in:
parent
bddcf10eb8
commit
dcf2fa930d
@ -49,9 +49,9 @@ async function main() {
|
||||
owner: "Microsoft",
|
||||
repo: "TypeScript",
|
||||
issue_number: num,
|
||||
body: `This PR is configured as an experiment, and currently has merge conflicts with master - please rebase onto master and fix the conflicts.`
|
||||
body: `This PR is configured as an experiment, and currently has rebase conflicts with master - please rebase onto master and fix the conflicts.`
|
||||
});
|
||||
throw new Error(`Merge conflict detected in PR ${num} with master`);
|
||||
throw new Error(`Rebase conflict detected in PR ${num} with master`);
|
||||
}
|
||||
return; // A PR is currently in conflict, give up
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user