From 468d8be72d34f0a94e5ae4090b3321c5bda4db35 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Sat, 1 Jun 2019 22:32:41 +0200 Subject: [PATCH] [Exceptions] Fix GitHub query labels for bug reports All bug reports now use the Bridge-Broken label by default --- lib/Exceptions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Exceptions.php b/lib/Exceptions.php index ac452d02..112580de 100644 --- a/lib/Exceptions.php +++ b/lib/Exceptions.php @@ -83,7 +83,7 @@ function buildBridgeException($e, $bridge){ . '`'; $body_html = nl2br($body); - $link = buildGitHubIssueQuery($title, $body, 'bug report', $bridge->getMaintainer()); + $link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer()); $header = buildHeader($e, $bridge); $message = <<getMaintainer()); + $link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer()); $header = buildHeader($e, $bridge); $message = "RSS-Bridge was unable to transform the contents returned by {$bridge->getName()}!";