From 9190fac5fdd00608323e67d5f83b1c2e1fa752da Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 21 Feb 2020 14:20:19 -0800 Subject: [PATCH] Some would say it's trigger'd --- scripts/open-cherry-pick-pr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/open-cherry-pick-pr.ts b/scripts/open-cherry-pick-pr.ts index b5ded8d80d4..689d2173c32 100644 --- a/scripts/open-cherry-pick-pr.ts +++ b/scripts/open-cherry-pick-pr.ts @@ -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).