Some would say it's trigger'd

This commit is contained in:
Wesley Wigham 2020-02-21 14:20:19 -08:00
parent 57df4663ad
commit 9190fac5fd
No known key found for this signature in database
GPG Key ID: D59F87F60C5400C9

View File

@ -89,7 +89,7 @@ ${logText.trim()}`;
head: `${userName}:${branchName}`,
base: process.env.TARGET_BRANCH,
body:
`This cherry-pick was triggerd by a request on https://github.com/Microsoft/TypeScript/pull/${process.env.SOURCE_ISSUE}
`This cherry-pick was triggered by a request on https://github.com/Microsoft/TypeScript/pull/${process.env.SOURCE_ISSUE}
Please review the diff and merge if no changes are unexpected.${produceLKG ? ` An LKG update commit is included seperately from the base change.` : ""}
You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).