You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//keep the Assignee as the same role as the watchers
if issue.Assignee != nil {
if com.IsSliceContainsStr(names, issue.Assignee.Name) == false {
tos = append(tos, issue.Assignee.Email)
names = append(names, issue.Assignee.Name)
}
}