You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
["git",["checkout",process.env.TARGET_BRANCH]],// checkout the target branch
53
53
["git",["checkout","-b",branchName]],// create a new branch
54
-
["git",["cherry-pick",squashSha.trim()]],//
54
+
["git",["cherry-pick",squashSha.trim()]],//
55
55
["git",["remote","add","fork",remoteUrl]],// Add the remote fork
56
56
["git",["push","--set-upstream","fork",branchName,"-f"]]// push the branch
57
57
]);
@@ -102,4 +102,4 @@ main().catch(async e => {
102
102
body: `Hey @${process.env.REQUESTING_USER}, I couldn't open a PR with the cherry-pick. ([You can check the log here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary)). You may need to squash and pick this PR into ${process.env.TARGET_BRANCH} manually.`
0 commit comments