Created
September 4, 2015 14:30
-
-
Save dolph/229fa297c348ae8bd08b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[dashboard] | |
title = My Reviews | |
description = | |
foreach = | |
[section "In progress"] | |
query = is:open owner:self -Workflow-1 -label:Verified<=-1 -label:Code-Review-1 | |
[section "Needs attention"] | |
query = is:open owner:self (Workflow-1 OR label:Verified<=-1 OR label:Code-Review<=-1) | |
[section "Gating"] | |
query = is:open owner:self -label:Verified<=-1,jenkins -label:Verified>=+1,jenkins label:Workflow+1 | |
[section "Merged"] | |
query = is:merged owner:self -age:7days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment