Skip to content

Commit

Permalink
Don't mention bugzilla for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Dec 29, 2024
1 parent 878e7f0 commit 9480e90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/dlangbot/bugzilla.d
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9480e90

Please sign in to comment.