Change-Id: Ie188af4920fd9a3033bd90959940f61bda19bdd6
Reviewed-on: https://go-review.googlesource.com/c/build/+/628878
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Matthew Dempsky 2024-11-17 19:55:27 -07:00 коммит произвёл Gopher Robot
Родитель 0370ffc204
Коммит 0f31c9541f
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -2158,7 +2158,7 @@ func labelChangeDisallowed(label, action string) bool {
// assignReviewersOptOut lists contributors who have opted out from
// having reviewers automatically added to their CLs.
var assignReviewersOptOut = map[string]bool{
"mdempsky@google.com": true,
"matthew@go.dev": true,
}
// assignReviewersToCLs looks for CLs with no humans in the reviewer or CC fields

Просмотреть файл

@ -1921,6 +1921,7 @@ func init() {
addPerson("Matthew Byrne", "mjw.byrne@gmail.com")
addPerson("Matthew Cottingham", "mattcottingham@gmail.com", "@mattrco")
addPerson("Matthew Dempsky", "@mdempsky")
addPerson("Matthew Dempsky", "matthew@go.dev", "3730622@62eb7196-b449-3ce5-99f1-c037f21e1705")
addPerson("Matthew Dempsky", "matthew@dempsky.org", "8715@62eb7196-b449-3ce5-99f1-c037f21e1705")
addPerson("Matthew Dempsky", "mdempsky@google.com", "5440@62eb7196-b449-3ce5-99f1-c037f21e1705") // keeping so that existing CLs can still be matched
addPerson("Matthew Denton", "mdenton@skyportsystems.com", "@mdentonSkyport")