Merge "Complete hide logic for Zuul CI comments in Gerrit"
This commit is contained in:
commit
4e050d981e
@ -367,7 +367,7 @@ var ci_hide_ci_comments = function(comments) {
|
||||
comments = ci_parse_comments();
|
||||
}
|
||||
$.each(comments, function(i, comment) {
|
||||
if (comment.is_ci) {
|
||||
if (comment.is_ci && !comment.is_trusted_ci) {
|
||||
$(comment.ref).hide();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user