Skip to content

Commit ae8d389

Browse files
committed
owners: remove inactive oauth2 owners
1 parent 433076b commit ae8d389

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

devapp/owners/table.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ var (
3030
austin = gh("aclements")
3131
bcmills = gh("bcmills")
3232
bradfitz = gh("bradfitz")
33-
cbro = gh("broady")
3433
cherryyz = gh("cherrymui")
3534
codyoss = gh("codyoss")
3635
dmitshur = gh("dmitshur")
@@ -48,7 +47,6 @@ var (
4847
iancottrell = gh("ianthehat")
4948
jamalc = gh("jamalc")
5049
jba = gh("jba")
51-
jbd = gh("rakyll")
5250
joetsai = gh("dsnet")
5351
julieqiu = gh("julieqiu")
5452
kardianos = gh("kardianos")
@@ -797,8 +795,7 @@ var entries = map[string]*Entry{
797795
Primary: []Owner{iant},
798796
},
799797
"oauth2": {
800-
Primary: []Owner{bradfitz},
801-
Secondary: []Owner{jbd, cbro, shinfan, codyoss},
798+
Secondary: []Owner{shinfan, codyoss},
802799
},
803800
"perf": {
804801
Primary: []Owner{runtimeTeam, releaseTeam},

0 commit comments

Comments
 (0)