devapp/owners: create oscarTeam

Note: CLs won't be assigned to anyone automatically
because oscarTeam is not a gerrit account.

Change-Id: Ie20c419b3caf310fcc0da373fe9f63415629abec
Reviewed-on: https://go-review.googlesource.com/c/build/+/623639
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
Hana (Hyang-Ah) Kim 2024-10-30 19:31:53 -04:00 коммит произвёл Hyang-Ah Hana Kim
Родитель 0d31c9b6e4
Коммит e72031dac4
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -80,6 +80,7 @@ var (
compilerTeam = gh("golang/compiler")
fuzzingTeam = gh("golang/fuzzing")
oscarTeam = gh("golang/oscar-team")
pkgsiteTeam = gh("golang/pkgsite")
releaseTeam = gh("golang/release")
runtimeTeam = gh("golang/runtime")
@ -799,7 +800,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{jbd, shinfan, codyoss},
},
"oscar": {
Primary: []Owner{rsc},
Primary: []Owner{oscarTeam},
},
"perf": {
Primary: []Owner{runtimeTeam, releaseTeam},

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

@ -120,6 +120,7 @@ func init() {
addPerson("Gopherbot", "gobot@golang.org", "@gopherbot", "5976@62eb7196-b449-3ce5-99f1-c037f21e1705", "*bot")
addPerson("Gerrit Bot", "letsusegerrit@gmail.com", "12446@62eb7196-b449-3ce5-99f1-c037f21e1705", "*bot")
addPerson("Fuzzing Team", "@golang/fuzzing")
addPerson("Oscar Team", "@golang/oscar-team")
addPerson("Security Team", "@golang/security")
addPerson("VulnDB Team", "@golang/vulndb")
addPerson("Pkgsite Team", "@golang/pkgsite")