Skip to content

Commit 786a227

Browse files
committed
devapp/owners: add jba and jamalc as owners for x/pkgsite
Change-Id: I7dfb7329160bf581cf7cc661d650065a9e21f947 Reviewed-on: https://go-review.googlesource.com/c/build/+/244037 Reviewed-by: Jamal Carvalho <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]>
1 parent d0191c8 commit 786a227

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

devapp/owners/table.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ var (
4242
hyangah = gh("hyangah")
4343
iant = gh("ianlancetaylor")
4444
iancottrell = gh("ianthehat")
45+
jamalc = gh("jamalc")
4546
jayconrod = gh("jayconrod")
4647
jba = gh("jba")
4748
jbd = gh("rakyll")
@@ -850,7 +851,7 @@ var entries = map[string]*Entry{
850851
},
851852

852853
"pkgsite": {
853-
Primary: []Owner{julieqiu},
854+
Primary: []Owner{julieqiu, jba, jamalc},
854855
},
855856

856857
"playground": {

internal/gophers/gophers.go

+1
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,7 @@ func init() {
12771277
addPerson("Jakub Ryszard Czarnowicz", "[email protected]", "@Naranim")
12781278
addPerson("Jakub Čajka", "[email protected]", "11002@62eb7196-b449-3ce5-99f1-c037f21e1705")
12791279
addPerson("Jakub Čajka", "[email protected]", "@jcajka")
1280+
addPerson("Jamal Carvalho", "[email protected]", "@jamalc")
12801281
addPerson("James Abley", "[email protected]")
12811282
addPerson("James Bardin", "[email protected]", "@jbardin")
12821283
addPerson("James Chacon", "[email protected]")

0 commit comments

Comments
 (0)