Skip to content

Commit 5ba3d51

Browse files
adonovangopherbot
authored andcommitted
devapp/owners: chown adonovan x/tools/{...various...}
I shirked my duty during my wilderness years. Making amends now. Change-Id: I0e025a31356e6d342f917d4e90a6d6e15829254d Reviewed-on: https://go-review.googlesource.com/c/build/+/639416 Reviewed-by: Michael Matloob <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent b70670f commit 5ba3d51

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

devapp/owners/table.go

+9-8
Original file line numberDiff line numberDiff line change
@@ -851,19 +851,19 @@ var entries = map[string]*Entry{
851851
Secondary: []Owner{mvdan},
852852
},
853853
"tools/go/analysis": {
854-
Primary: []Owner{taking},
854+
Primary: []Owner{adonovan, taking},
855855
Secondary: []Owner{matloob, zpavlinovic},
856856
},
857857
"tools/go/ast": {
858-
Primary: []Owner{gri},
858+
Primary: []Owner{adonovan, gri},
859859
Secondary: []Owner{dmitshur},
860860
},
861861
"tools/go/buildutil": {
862-
Primary: []Owner{matloob},
862+
Primary: []Owner{adonovan, matloob},
863863
Secondary: []Owner{dmitshur},
864864
},
865865
"tools/go/callgraph": {
866-
Primary: []Owner{zpavlinovic},
866+
Primary: []Owner{adonovan, zpavlinovic},
867867
Secondary: []Owner{taking, toolsTeam},
868868
},
869869
"tools/go/gcexportdata": {
@@ -878,20 +878,21 @@ var entries = map[string]*Entry{
878878
Primary: []Owner{matloob},
879879
},
880880
"tools/go/loader": {
881-
Primary: []Owner{matloob},
881+
Primary: []Owner{adonovan, matloob},
882882
},
883883
"tools/go/packages": {
884-
Primary: []Owner{matloob},
884+
Primary: []Owner{matloob},
885+
Secondary: []Owner{adonovan},
885886
},
886887
"tools/go/ssa": {
887-
Primary: []Owner{taking},
888+
Primary: []Owner{taking, adonovan},
888889
Secondary: []Owner{findleyr},
889890
},
890891
"tools/imports": {
891892
Primary: []Owner{toolsTeam},
892893
},
893894
"tools/internal/analysisinternal": {
894-
Primary: []Owner{matloob},
895+
Primary: []Owner{adonovan, matloob},
895896
Secondary: []Owner{toolsTeam},
896897
},
897898
"tools/internal/apidiff": {

0 commit comments

Comments
 (0)