Add CCed changes to Recently Closed
Change-Id: Ib433b645bbcbcd81d702ab9e5381d7fc0c9e8d06
This commit is contained in:
@@ -59,7 +59,8 @@
|
|||||||
// changes not owned by the viewing user (the one instance of
|
// changes not owned by the viewing user (the one instance of
|
||||||
// 'owner:self' is intentional and implements this logic).
|
// 'owner:self' is intentional and implements this logic).
|
||||||
query: 'is:closed -is:ignored (-is:wip OR owner:self) ' +
|
query: 'is:closed -is:ignored (-is:wip OR owner:self) ' +
|
||||||
'(owner:${user} OR reviewer:${user} OR assignee:${user})',
|
'(owner:${user} OR reviewer:${user} OR assignee:${user} ' +
|
||||||
|
'OR cc:${user})',
|
||||||
suffixForDashboard: '-age:4w limit:10',
|
suffixForDashboard: '-age:4w limit:10',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user