Skip to content

Instantly share code, notes, and snippets.

@d0ugal
Created July 14, 2016 08:52
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 d0ugal/9617e75b28c3324ba43266076576fd11 to your computer and use it in GitHub Desktop.
Save d0ugal/9617e75b28c3324ba43266076576fd11 to your computer and use it in GitHub Desktop.
Gerrit Dash Config
[dashboard]
title = My Reviews
description = My Reviews
foreach =
[section "Negative Review"]
query = owner:self is:open label:Code-Review<=-1
[section "Failed CI"]
query = owner:self is:open label:Verified<=-1 NOT label:Workflow<=-1
[section "Work In Progress"]
query = owner:self is:open label:Workflow<=-1
[section "Waiting for Reviews"]
query = owner:self is:open NOT label:Workflow<=-1 NOT label:Verified<=-1
[section "Reviewing"]
query = reviewer:self is:open NOT owner:self limit:20
[section "Closed"]
query = owner:self is:closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment