Skip to content

Commit

Permalink
Merge pull request #50 from Automattic/fix-github-labels-change
Browse files Browse the repository at this point in the history
Fix a problem with warnings being posted repeatedly
  • Loading branch information
gudmdharalds authored Jun 11, 2019
2 parents fb14b2e + ab89a8e commit a42a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ function vipgoci_github_comment_match(
* as "Warning: ..." -- remove all of that.
*/
$comment_made_body = str_replace(
array("**", "Warning", "Error", "Info", ":no_entry_sign:", ":exclamation:", ":information_source:"),
array("**", "Warning", "Error", "Info", ":no_entry_sign:", ":warning:", ":information_source:"),
array("", "", "", "", ""),
$comment_made->body
);
Expand Down

0 comments on commit a42a3a0

Please sign in to comment.