Update OWNERS: Remove Xooglers's @google.com emails as those won't be received

Change-Id: I4203febe8e27f417146bffaf7be24809715f74cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372061
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Martin Kustermann 2024-06-20 09:58:36 +00:00 committed by Commit Queue
parent 351b097ef5
commit b13b301501
4 changed files with 1 additions and 7 deletions

2
OWNERS
View file

@ -1,7 +1,5 @@
# primary
athom@google.com
sortie@google.com
whesse@google.com
# secondary
kustermann@google.com

View file

@ -1,4 +1,4 @@
GERRIT_HOST: True
CODE_REVIEW_SERVER: https://dart-review.googlesource.com
CC_LIST: whesse@google.com
CC_LIST:
VIEW_VC: https://dart.googlesource.com/sdk/+/

View file

@ -1002,8 +1002,6 @@ notifiers {
on_new_failure: true
email {
recipients: "athom@google.com"
recipients: "sortie@google.com"
recipients: "whesse@google.com"
}
}
builders {

View file

@ -115,8 +115,6 @@ luci.notifier(
on_new_failure = True,
notify_emails = [
"athom@google.com",
"sortie@google.com",
"whesse@google.com",
],
)