File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ ${logText.trim()}`
70
70
base : process . env . TARGET_BRANCH ,
71
71
body :
72
72
`This cherry-pick was triggerd by a request on https://github.com/Microsoft/TypeScript/pull/${ process . env . SOURCE_ISSUE }
73
- Please review the diff and merge if no changes are unexpected.
74
- You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${ process . env . BUILD_BUILDID } &_a=summary).
73
+ Please review the diff and merge if no changes are unexpected.
74
+ You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${ process . env . BUILD_BUILDID } &_a=summary).
75
75
76
- cc ${ reviewers . map ( r => "@" + r ) . join ( " " ) } `,
76
+ cc ${ reviewers . map ( r => "@" + r ) . join ( " " ) } ` ,
77
77
} ) ;
78
78
const num = r . data . number ;
79
79
console . log ( `Pull request ${ num } created.` ) ;
You can’t perform that action at this time.
0 commit comments