Skip to content

Commit

Permalink
devapp/owners: remove Heschi
Browse files Browse the repository at this point in the history
I assume nobody wants to individually volunteer for goimports and such,
even though they do occasionally get CLs :)

Change-Id: Id50f265be13f0dd96924ccad34a282718528c6dd
Reviewed-on: https://go-review.googlesource.com/c/build/+/544635
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
  • Loading branch information
heschi authored and gopherbot committed Nov 27, 2023
1 parent 9d341b1 commit f85f669
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions devapp/owners/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ var (
filippo = gh("FiloSottile")
findleyr = gh("findleyr")
gri = gh("griesemer")
heschi = gh("heschi")
hyangah = gh("hyangah")
iant = gh("ianlancetaylor")
iancottrell = gh("ianthehat")
Expand Down Expand Up @@ -739,7 +738,7 @@ var entries = map[string]*Entry{
},
"build": {
Primary: []Owner{releaseTeam},
Secondary: []Owner{dmitshur, amedee, heschi},
Secondary: []Owner{dmitshur, amedee},
},
"build/maintner/cmd/maintserve": {
Primary: []Owner{dmitshur},
Expand Down Expand Up @@ -838,7 +837,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{agnivade, bradfitz, gri, kevinburke},
},
"tools/cmd/goimports": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
Secondary: []Owner{bradfitz},
},
"tools/cmd/present2md": {
Expand Down Expand Up @@ -888,7 +887,7 @@ var entries = map[string]*Entry{
Secondary: []Owner{bcmills, matloob},
},
"tools/imports": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
},
"tools/internal/analysisinternal": {
Primary: []Owner{matloob},
Expand All @@ -899,16 +898,16 @@ var entries = map[string]*Entry{
Secondary: []Owner{matloob, bcmills},
},
"tools/internal/fastwalk": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
},
"tools/internal/gocommand": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
},
"tools/internal/gopathwalk": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
},
"tools/internal/imports": {
Primary: []Owner{heschi},
Primary: []Owner{toolsTeam},
},
"tools/internal/jsonrpc2": {
Primary: []Owner{iancottrell},
Expand Down Expand Up @@ -1024,5 +1023,5 @@ var wasmOwners = []Owner{neelance, cherryyz}

var modProxyOwners = &Entry{
Primary: []Owner{toolsTeam},
Secondary: []Owner{suzmue, heschi, findleyr, hyangah},
Secondary: []Owner{suzmue, findleyr, hyangah},
}

0 comments on commit f85f669

Please sign in to comment.