Merge "Honor project watches also for changes created via cherry-pick" into stable-2.16
This commit is contained in:
@@ -24,7 +24,7 @@ public class CherryPickInput {
|
||||
public String base;
|
||||
public Integer parent;
|
||||
|
||||
public NotifyHandling notify = NotifyHandling.NONE;
|
||||
public NotifyHandling notify = NotifyHandling.ALL;
|
||||
public Map<RecipientType, NotifyInfo> notifyDetails;
|
||||
|
||||
public boolean keepReviewers;
|
||||
|
||||
Reference in New Issue
Block a user