Merge "Special case 'Jenkins' in hideci."
This commit is contained in:
commit
62afc429eb
@ -15,7 +15,7 @@
|
||||
// this regex matches the hash part of review pages
|
||||
var hashRegex = /^\#\/c\/[\/\d]+$/
|
||||
// this regex matches CI comments
|
||||
var ciRegex = / CI$/
|
||||
var ciRegex = /^(.* CI|Jenkins)$/
|
||||
// this regex matches "Patch set #"
|
||||
var psRegex = /^Patch Set (\d+):/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user