From 1278265662f6cc3800eaa273b147c406cbde87b3 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Mon, 26 Jun 2017 13:36:23 +0200 Subject: [PATCH] link to language-changelog for dlang.org repo --- source/dlangbot/github.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/dlangbot/github.d b/source/dlangbot/github.d index fa48251..429efc5 100644 --- a/source/dlangbot/github.d +++ b/source/dlangbot/github.d @@ -79,8 +79,8 @@ Please see [CONTRIBUTING.md](https://github.com/%s/blob/master/CONTRIBUTING.md) app.formattedWrite( `Your PR doesn't reference any Bugzilla issue. -If your PR contains non-trivial changes, please [reference a Bugzilla issue](https://github.com/dlang-bots/dlang-bot#automated-references) or create a [manual changelog](https://github.com/%s/blob/master/changelog). -`, pr.repoSlug); +If your PR contains non-trivial changes, please [reference a Bugzilla issue](https://github.com/dlang-bots/dlang-bot#automated-references) or create a [manual changelog](https://github.com/%s/blob/master/%s). +`, pr.repoSlug, pr.repoSlug == "dlang/dlang.org" ? "language-changelog" : "changelog"); } if (msgs.length)