Skip to content

Commit a352cbf

Browse files
committed
devapp/owners, internal/gophers: add owners for {pkg,learn,}.go.dev
This information helps when looking up who to /cc when triaging issues. Updates golang/go#33654 Updates golang/go#27586 Change-Id: I110a071c4644da38d33335460451731465fffcc1 Reviewed-on: https://go-review.googlesource.com/c/build/+/217539 Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Julie Qiu <[email protected]>
1 parent ee8d5dd commit a352cbf

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

devapp/owners/table.go

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var (
2525
austin = gh("aclements")
2626
bcmills = gh("bcmills")
2727
bradfitz = gh("bradfitz")
28+
carmen = gh("Lyoness")
2829
cbro = gh("broady")
2930
cherryyz = gh("cherrymui")
3031
cnoellekb = gh("cnoellekb")
@@ -43,6 +44,7 @@ var (
4344
jbd = gh("rakyll")
4445
joetsai = gh("dsnet")
4546
josharian = gh("josharian")
47+
julieqiu = gh("julieqiu")
4648
kardianos = gh("kardianos")
4749
kevinburke = gh("kevinburke")
4850
khr = gh("randall77")
@@ -57,6 +59,7 @@ var (
5759
mvdan = gh("mvdan")
5860
mwhudson = gh("mwhudson")
5961
neelance = gh("neelance")
62+
pearring = gh("pearring")
6063
r = gh("robpike")
6164
rsc = gh("rsc")
6265
rstambler = gh("stamblerre")
@@ -67,7 +70,7 @@ var (
6770
x1ddos = gh("x1ddos")
6871
)
6972

70-
// entries is a map of <repo name>/<path> to Owner entries.
73+
// entries is a map of <repo name>/<path>/<domain> to Owner entries.
7174
// It should not be modified at runtime.
7275
var entries = map[string]*Entry{
7376
"arch": {
@@ -688,6 +691,17 @@ var entries = map[string]*Entry{
688691
Primary: []Owner{dmitshur},
689692
Secondary: []Owner{cnoellekb, andybons},
690693
},
694+
695+
// These components are domains, not Go packages.
696+
"pkg.go.dev": {
697+
Primary: []Owner{julieqiu},
698+
},
699+
"learn.go.dev": {
700+
Primary: []Owner{carmen, pearring},
701+
},
702+
"go.dev": {
703+
Primary: []Owner{pearring},
704+
},
691705
}
692706

693707
var wasmOwners = &Entry{

internal/gophers/gophers.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ func init() {
561561
addPerson("Carlos Castillo", "[email protected]", "@cookieo9")
562562
addPerson("Carlos Eduardo Seo", "[email protected]", "13015@62eb7196-b449-3ce5-99f1-c037f21e1705")
563563
addPerson("Carlos Eduardo Seo", "[email protected]", "@ceseo")
564+
addPerson("Carmen Andoh", "@Lyoness", "[email protected]")
564565
addPerson("Carolyn Van Slyck", "[email protected]", "@carolynvs")
565566
addPerson("Carrie Bynon", "[email protected]", "@cbynon")
566567
addPerson("Casey Callendrello", "[email protected]")
@@ -1723,7 +1724,6 @@ func init() {
17231724
addPerson("Lyle Franklin", "[email protected]", "@ljfranklin")
17241725
addPerson("Lynn Boger", "[email protected]", "6320@62eb7196-b449-3ce5-99f1-c037f21e1705")
17251726
addPerson("Lynn Boger", "[email protected]", "@laboger")
1726-
addPerson("Lyoness", "[email protected]")
17271727
addPerson("Maarten Bezemer", "[email protected]")
17281728
addPerson("Maciej Dębski", "[email protected]", "26521@62eb7196-b449-3ce5-99f1-c037f21e1705")
17291729
addPerson("Maciej Galkowski", "[email protected]")
@@ -1854,6 +1854,7 @@ func init() {
18541854
addPerson("Matt Keenan", "[email protected]", "@mattkeenan")
18551855
addPerson("Matt Layher", "[email protected]", "7860@62eb7196-b449-3ce5-99f1-c037f21e1705")
18561856
addPerson("Matt Layher", "[email protected]", "@mdlayher")
1857+
addPerson("Matt Pearring", "@pearring")
18571858
addPerson("Matt Proud", "[email protected]", "6400@62eb7196-b449-3ce5-99f1-c037f21e1705")
18581859
addPerson("Matt Reiferson", "[email protected]", "@mreiferson")
18591860
addPerson("Matt Robenolt", "[email protected]", "@mattrobenolt")

0 commit comments

Comments
 (0)