From a9ff9c2231a3e18a68ffed44e38bccbd343d19fa Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Wed, 16 May 2018 13:12:17 -0700 Subject: [PATCH] Have the bot link the build associated with the PR (#24176) --- scripts/open-user-pr.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/open-user-pr.ts b/scripts/open-user-pr.ts index c2b31951612..9e14bd5f37d 100644 --- a/scripts/open-user-pr.ts +++ b/scripts/open-user-pr.ts @@ -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 => {