From 95304466fee4abd2fa63936917c784a1097b0a5b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 13 Jun 2019 11:58:04 -0400 Subject: [PATCH] update TC dashboard to ignore WIP items Change-Id: If8e2a58e8cfb82552980c4f851879d9ae7a20251 Signed-off-by: Doug Hellmann --- dashboards/tc.dash | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboards/tc.dash b/dashboards/tc.dash index 7f61569..b0d993e 100644 --- a/dashboards/tc.dash +++ b/dashboards/tc.dash @@ -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 = \ No newline at end of file