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
|
// this regex matches the hash part of review pages
|
||||||
var hashRegex = /^\#\/c\/[\/\d]+$/
|
var hashRegex = /^\#\/c\/[\/\d]+$/
|
||||||
// this regex matches CI comments
|
// this regex matches CI comments
|
||||||
var ciRegex = / CI$/
|
var ciRegex = /^(.* CI|Jenkins)$/
|
||||||
// this regex matches "Patch set #"
|
// this regex matches "Patch set #"
|
||||||
var psRegex = /^Patch Set (\d+):/
|
var psRegex = /^Patch Set (\d+):/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user