update TC dashboard to ignore WIP items
Change-Id: If8e2a58e8cfb82552980c4f851879d9ae7a20251 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
21b755c2dc
commit
95304466fe
@ -7,22 +7,22 @@ foreach = project:openstack/governance is:open
|
||||
query = owner:self
|
||||
|
||||
[section "Quickies"]
|
||||
query = ( topic:typo-fix OR topic:code-change OR topic:documentation-change OR topic:project-update OR topic:new-project ) NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
query = NOT label:Workflow-1 ( topic:typo-fix OR topic:code-change OR topic:documentation-change OR topic:project-update OR topic:new-project ) NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
|
||||
[section "Formal Vote Items I have not voted on yet"]
|
||||
query = topic:formal-vote NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
query = NOT label:Workflow-1 topic:formal-vote NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
|
||||
[section "Has at Least One Objection"]
|
||||
query = ( label:RollCall-Vote<=-1 OR label:Code-Review<=-1 )
|
||||
query = NOT label:Workflow-1 ( label:RollCall-Vote<=-1 OR label:Code-Review<=-1 )
|
||||
|
||||
[section "Formal Vote Items"]
|
||||
query = topic:formal-vote
|
||||
query = NOT label:Workflow-1 topic:formal-vote
|
||||
|
||||
[section "Goal Items I Haven't Voted On"]
|
||||
query = path:^goals/.* NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
query = NOT label:Workflow-1 path:^goals/.* NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
|
||||
[section "I Haven't Voted on this Draft"]
|
||||
query = NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
query = NOT label:Workflow-1 NOT ( label:RollCall-Vote+1,self OR label:RollCall-Vote-1,self )
|
||||
|
||||
[section "Everything"]
|
||||
query =
|
Loading…
Reference in New Issue
Block a user