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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user