Skip to content

Commit ac829c2

Browse files
committed
devapp/owners: add cagedmantis to x/build owners
Change-Id: I467486c89a0e66cdb16260e23a9201383b3bfb49 Reviewed-on: https://go-review.googlesource.com/c/build/+/255042 Trust: Carlos Amedee <[email protected]> Run-TryBot: Carlos Amedee <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 301a72c commit ac829c2

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
@@ -21,6 +21,7 @@ var (
2121
agl = gh("agl")
2222
agnivade = gh("agnivade")
2323
alexbrainman = gh("alexbrainman")
24+
amedee = gh("cagedmantis")
2425
andybons = gh("andybons")
2526
austin = gh("aclements")
2627
bcmills = gh("bcmills")
@@ -90,7 +91,7 @@ var entries = map[string]*Entry{
9091
},
9192

9293
"build": {
93-
Primary: []Owner{dmitshur, bradfitz, andybons},
94+
Primary: []Owner{dmitshur, bradfitz, andybons, amedee},
9495
},
9596
"build/maintner/cmd/maintserve": {
9697
Primary: []Owner{dmitshur},

0 commit comments

Comments
 (0)