mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[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
@ -83,7 +83,7 @@ function buildBridgeException($e, $bridge){
|
|||||||
. '`';
|
. '`';
|
||||||
|
|
||||||
$body_html = nl2br($body);
|
$body_html = nl2br($body);
|
||||||
$link = buildGitHubIssueQuery($title, $body, 'bug report', $bridge->getMaintainer());
|
$link = buildGitHubIssueQuery($title, $body, 'Bridge-Broken', $bridge->getMaintainer());
|
||||||
|
|
||||||
$header = buildHeader($e, $bridge);
|
$header = buildHeader($e, $bridge);
|
||||||
$message = <<<EOD
|
$message = <<<EOD
|
||||||
@ -119,7 +119,7 @@ function buildTransformException($e, $bridge){
|
|||||||
. (isset($_SERVER['QUERY_STRING']) ? $_SERVER['QUERY_STRING'] : '')
|
. (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);
|
$header = buildHeader($e, $bridge);
|
||||||
$message = "RSS-Bridge was unable to transform the contents returned by
|
$message = "RSS-Bridge was unable to transform the contents returned by
|
||||||
<strong>{$bridge->getName()}</strong>!";
|
<strong>{$bridge->getName()}</strong>!";
|
||||||
|
Loading…
Reference in New Issue
Block a user