Have the bot link the build associated with the PR (#24176)

This commit is contained in:
Wesley Wigham
2018-05-16 13:12:17 -07:00
committed by GitHub
parent d9cf2bed44
commit a9ff9c2231

View File

@@ -44,6 +44,7 @@ gh.pullRequests.create({
base: "master",
body:
`Please review the diff and merge if no changes are unexpected.
You can view the build log [here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary).
cc ${reviewers.map(r => "@" + r).join(" ")}`,
}).then(r => {