Skip to content

Commit a23ae4c

Browse files
committed
Dedent message so its not code-blocked
1 parent 22348d8 commit a23ae4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/open-cherry-pick-pr.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ ${logText.trim()}`
7070
base: process.env.TARGET_BRANCH,
7171
body:
7272
`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).
7575
76-
cc ${reviewers.map(r => "@" + r).join(" ")}`,
76+
cc ${reviewers.map(r => "@" + r).join(" ")}`,
7777
});
7878
const num = r.data.number;
7979
console.log(`Pull request ${num} created.`);

0 commit comments

Comments
 (0)