Fix gerrit tool query statement
Change-Id: I7707318e445e55751c1af45d5d08d09ddcb50b66
This commit is contained in:
parent
49a5e4d676
commit
859fe22b6b
@ -18,7 +18,7 @@ query = intopic:^bug/.*
|
||||
query = message:"Blueprint"
|
||||
|
||||
[section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"]
|
||||
query = NOT label:Code-Review<=2 age:5d
|
||||
query = NOT label:Code-Review>=1 NOT label:Code-Review<=-1 age:5d
|
||||
|
||||
[section "You are a reviewer, but haven't voted in the current revision"]
|
||||
query = reviewer:self
|
||||
|
Loading…
Reference in New Issue
Block a user