Skip to content

Commit d3780c0

Browse files
author
Bryan C. Mills
committed
devapp/owners: add new owners on the Go team at Google
Move rsc and iant to secondary for cmd/go (to reduce CC and review-spam for them). Updates golang/go#27586 Change-Id: I0601d4b50202708726a666d774413d90452c02cd Reviewed-on: https://go-review.googlesource.com/c/build/+/171036 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 1fe2077 commit d3780c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

devapp/owners/table.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ var (
3030
bradfitz = gh("bradfitz")
3131
cbro = gh("broady")
3232
cherryyz = gh("cherrymui")
33+
cnoellekb = gh("cnoellekb")
3334
dmitshur = gh("dmitshur")
3435
danderson = gh("danderson")
3536
drchase = gh("dr2chase")
@@ -42,6 +43,7 @@ var (
4243
hyangah = gh("hyangah")
4344
iant = gh("ianlancetaylor")
4445
iancottrell = gh("ianthehat")
46+
jayconrod = gh("jayconrod")
4547
jbd = gh("rakyll")
4648
joetsai = gh("dsnet")
4749
josharian = gh("josharian")
@@ -156,7 +158,8 @@ var entries = map[string]*Entry{
156158
Secondary: []Owner{mvdan},
157159
},
158160
"go/src/cmd/go": {
159-
Primary: []Owner{bcmills, rsc, iant},
161+
Primary: []Owner{bcmills, jayconrod},
162+
Secondary: []Owner{rsc, iant},
160163
},
161164
"go/src/cmd/link": {
162165
Primary: []Owner{cherryyz, rsc, mdempsky, iant},
@@ -633,4 +636,8 @@ var entries = map[string]*Entry{
633636
"playground": {
634637
Secondary: []Owner{ysmolsky},
635638
},
639+
"website": {
640+
Primary: []Owner{dmitshur},
641+
Secondary: []Owner{cnoellekb, andybons},
642+
},
636643
}

internal/gophers/gophers.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ func init() {
568568
addPerson("ChaiShushan", "[email protected]", "@chai2010")
569569
addPerson("Chance Zibolski", "[email protected]")
570570
addPerson("Changsoo Kim", "[email protected]")
571+
addPerson("Channing Kimble-Brown", "[email protected]", "@cnoellekb")
571572
addPerson("Charle Demers", "[email protected]")
572573
addPerson("Charles Fenwick Elliott", "[email protected]")
573574
addPerson("Charles Kenney", "[email protected]", "@Charliekenney23")
@@ -1232,6 +1233,7 @@ func init() {
12321233
addPerson("Ivan Ukhov", "[email protected]", "@IvanUkhov")
12331234
addPerson("Ivy Evans", "[email protected]", "@ivy")
12341235
addPerson("J. Mroz", "[email protected]")
1236+
addPerson("Jay Conrod", "[email protected]", "@jayconrod")
12351237
addPerson("JBD (DO NOT USE)", "[email protected]", "10107@62eb7196-b449-3ce5-99f1-c037f21e1705")
12361238
addPerson("JBD", "[email protected]", "5040@62eb7196-b449-3ce5-99f1-c037f21e1705")
12371239
addPerson("JP Sugarbroad", "[email protected]", "@taralx")

0 commit comments

Comments
 (0)