Skip to content

Commit 19dc75c

Browse files
authored
Merge pull request #96 from MartinNowak/link_lang_changelog
link to language-changelog for dlang.org repo
2 parents 8a2628c + 1278265 commit 19dc75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/dlangbot/github.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Please see [CONTRIBUTING.md](https://github.com/%s/blob/master/CONTRIBUTING.md)
7979
app.formattedWrite(
8080
`Your PR doesn't reference any Bugzilla issue.
8181
82-
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).
83-
`, pr.repoSlug);
82+
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).
83+
`, pr.repoSlug, pr.repoSlug == "dlang/dlang.org" ? "language-changelog" : "changelog");
8484
}
8585

8686
if (msgs.length)

0 commit comments

Comments
 (0)