Skip to content

Commit

Permalink
owners: remove inactive oauth2 owners
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
hickford authored and gopherbot committed Sep 28, 2023
1 parent 1327a79 commit 7f88539
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var (
austin = gh("aclements")
bcmills = gh("bcmills")
bradfitz = gh("bradfitz")
cbro = gh("broady")
cherryyz = gh("cherrymui")
codyoss = gh("codyoss")
dmitshur = gh("dmitshur")
Expand Down Expand Up @@ -797,8 +796,7 @@ var entries = map[string]*Entry{
Primary: []Owner{iant},
},
"oauth2": {
Primary: []Owner{bradfitz},
Secondary: []Owner{jbd, cbro, shinfan, codyoss},
Secondary: []Owner{jbd, shinfan, codyoss},
},
"perf": {
Primary: []Owner{runtimeTeam, releaseTeam},
Expand Down

0 comments on commit 7f88539

Please sign in to comment.