Skip to content

Commit 7f88539

Browse files
hickfordgopherbot
authored andcommitted
owners: remove inactive oauth2 owners
Reviews are automatically assigned to owners, so inactive owners cause confusion. Fixes golang/oauth2#669 Change-Id: I1c81b462fb68b2d17ae1ad5b9d42584506ec4b02 GitHub-Last-Rev: 13ba3ca GitHub-Pull-Request: #74 Reviewed-on: https://go-review.googlesource.com/c/build/+/530695 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Cody Oss <[email protected]> Reviewed-by: Bryan Mills <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Run-TryBot: Matt Hickford <[email protected]>
1 parent 1327a79 commit 7f88539

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)