Skip to content

Commit

Permalink
Dedent message so its not code-blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed May 31, 2019
1 parent 22348d8 commit a23ae4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/open-cherry-pick-pr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ ${logText.trim()}`
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}
Please review the diff and merge if no changes are unexpected.
You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).
Please review the diff and merge if no changes are unexpected.
You can view the cherry-pick log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).
cc ${reviewers.map(r => "@" + r).join(" ")}`,
cc ${reviewers.map(r => "@" + r).join(" ")}`,
});
const num = r.data.number;
console.log(`Pull request ${num} created.`);
Expand Down

0 comments on commit a23ae4c

Please sign in to comment.