Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cf2be commit a9ff9c2Copy full SHA for a9ff9c2
scripts/open-user-pr.ts
@@ -44,6 +44,7 @@ gh.pullRequests.create({
44
base: "master",
45
body:
46
`Please review the diff and merge if no changes are unexpected.
47
+You can view the build log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).
48
49
cc ${reviewers.map(r => "@" + r).join(" ")}`,
50
}).then(r => {
0 commit comments