Merge changes from topic 'star-labels-part-2'

* changes:
  Support ignore label that suppresses notifications on update
  Include star labels into ChangeInfo
This commit is contained in:
Dave Borowitz
2016-05-30 13:11:39 +00:00
committed by Gerrit Code Review
9 changed files with 150 additions and 25 deletions

View File

@@ -95,7 +95,7 @@ public class AccountDashboardScreen extends Screen implements ChangeListScreen {
}
private static String queryIncoming(String who) {
return "is:open reviewer:" + who + " -owner:" + who;
return "is:open reviewer:" + who + " -owner:" + who + " -star:ignore";
}
private static String queryClosed(String who) {