Created
September 4, 2015 14:00
-
-
Save dstanek/e73fbae47c34f09e0901 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 = Things I Need To DO! | |
description = A dashboard to help me focus my review efforts | |
foreach = is:watched is:open limit:10 NOT label:Workflow-1 | |
[section "Needs a review"] | |
query = NOT label:Code-Review<=-1,self NOT label:Code-Review>=1,self NOT owner:self | |
[section "Needs me to do something"] | |
query = owner:self (label:Workflow<=-1 OR label:Verified-1 OR label:Code-Review<=-1) | |
[section "Passed Jenkins, No Negative Feedback"] | |
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 | |
[section "Needs final +2"] | |
query = label:Code-Review>=2 | |
[section "Needs Feedback (Changes older than 5 days that have not been reviewed by anyone)"] | |
query = NOT label:Code-Review<=2 age:5d | |
[section "Wayward Changes (Changes with no code review in the last 2days)"] | |
query = NOT label:Code-Review<=2 age:2d | |
[section "Starred Changes"] | |
query = is:starred is:open | |
[section "Needs reverify"] | |
query = label:Verified<=-1,jenkins branch:master NOT label:Code-Review<=-1 NOT label:Workflow<=-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment