[Exceptions] Fix GitHub query labels for bug reports
All bug reports now use the Bridge-Broken label by default
This commit is contained in:
parent
ed539bacf9
commit
468d8be72d
1 changed files with 2 additions and 2 deletions
|
@ -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 = <<<EOD
|
||||
|
@ -119,7 +119,7 @@ function buildTransformException($e, $bridge){
|
|||
. (isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '')
|
||||
. '`';
|
||||
|
||||
$link = buildGitHubIssueQuery($title, $body, 'bug report', $bridge->getMaintainer());
|
||||
$link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer());
|
||||
$header = buildHeader($e, $bridge);
|
||||
$message = "RSS-Bridge was unable to transform the contents returned by
|
||||
<strong>{$bridge->getName()}</strong>!";
|
||||
|
|
Loading…
Reference in a new issue