Skip to content

Commit a9ff9c2

Browse files
authored
Have the bot link the build associated with the PR (microsoft#24176)
1 parent d9cf2be commit a9ff9c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/open-user-pr.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ gh.pullRequests.create({
4444
base: "master",
4545
body:
4646
`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).
4748
4849
cc ${reviewers.map(r => "@" + r).join(" ")}`,
4950
}).then(r => {

0 commit comments

Comments
 (0)