mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
merge -> rebase in experiment sync script text
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user