From 0f31c9541fbd47f0b9fd34f9dcfb8c5e882d373c Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Sun, 17 Nov 2024 19:55:27 -0700 Subject: [PATCH] cmd/gopherbot, internal/gophers: add matthew@go.dev Change-Id: Ie188af4920fd9a3033bd90959940f61bda19bdd6 Reviewed-on: https://go-review.googlesource.com/c/build/+/628878 Reviewed-by: Dmitri Shuralyov LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Auto-Submit: Dmitri Shuralyov --- cmd/gopherbot/gopherbot.go | 2 +- internal/gophers/gophers.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/gopherbot/gopherbot.go b/cmd/gopherbot/gopherbot.go index fdf6f70a..f8a56aa1 100644 --- a/cmd/gopherbot/gopherbot.go +++ b/cmd/gopherbot/gopherbot.go @@ -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 diff --git a/internal/gophers/gophers.go b/internal/gophers/gophers.go index f9e93fcb..05e73641 100644 --- a/internal/gophers/gophers.go +++ b/internal/gophers/gophers.go @@ -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")