From 9480e903ca2063a0216a83221189828cebdacd32 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Sun, 29 Dec 2024 09:11:07 +0800 Subject: [PATCH] Don't mention bugzilla for PRs --- source/dlangbot/bugzilla.d | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/dlangbot/bugzilla.d b/source/dlangbot/bugzilla.d index bee2e14..734d6d0 100644 --- a/source/dlangbot/bugzilla.d +++ b/source/dlangbot/bugzilla.d @@ -6,8 +6,7 @@ import vibe.inet.webform : urlEncode; shared string bugzillaURL = "https://issues.dlang.org"; // D projects which use Bugzilla for bug tracking. -static immutable bugzillaProjectSlugs = ["dlang/dmd", "dlang/druntime", "dlang/phobos", - "dlang/dlang.org", "dlang/tools", "dlang/installer"]; +static immutable bugzillaProjectSlugs = ["dlang/tools", "dlang/installer"]; import std.algorithm, std.conv, std.range, std.string;