Skip to content

Commit 2b6edb4

Browse files
committed
devapp/owners: add taking as owner of tools/go/ssa.
Change-Id: I77cb092d5facff6b0dd27cf9b6ff55a60a2e0f84 Reviewed-on: https://go-review.googlesource.com/c/build/+/313729 Trust: Tim King <[email protected]> Run-TryBot: Tim King <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 646d48d commit 2b6edb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devapp/owners/table.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,8 @@ var entries = map[string]*Entry{
735735
Primary: []Owner{toolsTeam},
736736
},
737737
"tools/go/ssa": {
738-
Primary: []Owner{findleyr},
738+
Primary: []Owner{taking},
739+
Secondary: []Owner{findleyr},
739740
},
740741
"tools/go/types": {
741742
Primary: []Owner{toolsTeam},

0 commit comments

Comments
 (0)