Skip to content

Commit 13ba3ca

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devapp/owners/table.go

+1-3
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")
@@ -797,8 +796,7 @@ var entries = map[string]*Entry{
797796
Primary: []Owner{iant},
798797
},
799798
"oauth2": {
800-
Primary: []Owner{bradfitz},
801-
Secondary: []Owner{jbd, cbro, shinfan, codyoss},
799+
Secondary: []Owner{jbd, shinfan, codyoss},
802800
},
803801
"perf": {
804802
Primary: []Owner{runtimeTeam, releaseTeam},

0 commit comments

Comments
 (0)