From 731d6a13c82ddebcea49a67f36b0fc7fcf5b5b51 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Wed, 16 May 2018 12:47:37 -0700 Subject: [PATCH] Have the bot link the build associated with the PR --- 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 c2b31951612d1..9e14bd5f37dc0 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 => {