We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1479bb6 commit b3d55d0Copy full SHA for b3d55d0
1 file changed
scripts/update-experimental-branches.js
@@ -51,9 +51,8 @@ async function main() {
51
issue_number: num,
52
body: `This PR is configured as an experiment, and currently has rebase conflicts with master - please rebase onto master and fix the conflicts.`
53
});
54
- throw new Error(`Rebase conflict detected in PR ${num} with master`);
55
}
56
- return; // A PR is currently in conflict, give up
+ throw new Error(`Rebase conflict detected in PR ${num} with master`); // A PR is currently in conflict, give up
57
58
runSequence([
59
["git", ["fetch", "origin", `pull/${num}/head:${num}`]],
0 commit comments