Skip to content

Commit

Permalink
devapp/owners: adjust taking ownership
Browse files Browse the repository at this point in the history
Tim requested that he be removed from cmd/vet and x/tools/go/analysis,
but remain on x/tools/go/ssa and x/tools/go/callgraph.

Change-Id: I6a6a636c8955c8972c116ad590c761441a8ddf73
Reviewed-on: https://go-review.googlesource.com/c/build/+/653376
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Michael Matloob <[email protected]>
Auto-Submit: Michael Pratt <[email protected]>
  • Loading branch information
prattmic authored and gopherbot committed Feb 27, 2025
1 parent ac7f902 commit 37b67c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ var entries = map[string]*Entry{
},
"go/src/cmd/vet": {
Primary: []Owner{matloob},
Secondary: []Owner{taking},
},
"go/src/cmp": {
Primary: []Owner{iant},
Expand Down Expand Up @@ -853,7 +852,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{mvdan},
},
"tools/go/analysis": {
Primary: []Owner{adonovan, taking},
Primary: []Owner{adonovan},
Secondary: []Owner{matloob, zpavlinovic},
},
"tools/go/ast": {
Expand Down

0 comments on commit 37b67c8

Please sign in to comment.