Add section for new contribs to oslo dashboard

Add a section highlighting reviews from brand new OpenStack
contributors to the Oslo Program Dashboard.

Change-Id: I1c47f404a8da2a65dfee89b2a84064ed09c1df56
This commit is contained in:
Doug Hellmann 2014-07-25 18:31:19 -04:00
parent 2050d502bd
commit 2f68863f7a
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ query = reviewer:self
[section "Needs final +2"]
query = label:Code-Review>=2 limit:50
[section "New Contributors"]
query = reviewer:"Welcome, new contributor!"
[section "Passed Jenkins, No Negative Feedback"]
query = NOT label:Code-Review>=2 NOT label:Code-Review<=-1 limit:50