Skip to content

Instantly share code, notes, and snippets.

@dolph
Created September 4, 2015 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dolph/229fa297c348ae8bd08b to your computer and use it in GitHub Desktop.
Save dolph/229fa297c348ae8bd08b to your computer and use it in GitHub Desktop.
[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