devapp/owners: add a few roles of mine

x/tools/cmd/godoc and x/playground. I add myself as secondary to both
of them since I cannot do +2 votes, but I would like to participate in
reviews with the best of my knowledge.

Change-Id: Iedeb9320b6f76c67a9d15eb8f6f8956e4d2e2957
Reviewed-on: https://go-review.googlesource.com/112695
Reviewed-by: Andrew Bonventre <andybons@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index ed043a2..d399828 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -59,6 +59,7 @@
 	thanm        = gh("thanm")
 	tklauser     = gh("tklauser")
 	tombergan    = gh("tombergan")
+	ysmolsky     = gh("ysmolsky")
 )
 
 // entries is a map of <repo name>/<path> to Owner entries.
@@ -575,7 +576,7 @@
 	},
 	"tools/cmd/godoc": {
 		Primary:   []Owner{andybons},
-		Secondary: []Owner{agnivade, bradfitz, gri},
+		Secondary: []Owner{agnivade, bradfitz, gri, ysmolsky},
 	},
 	"tools/cmd/goimports": {
 		Primary:   []Owner{bradfitz},
@@ -587,4 +588,7 @@
 	"tools/cmd/toolstash": {
 		Secondary: []Owner{josharian},
 	},
+	"playground": {
+		Secondary: []Owner{ysmolsky},
+	},
 }
diff --git a/internal/gophers/gophers.go b/internal/gophers/gophers.go
index 6f1037c..4947760 100644
--- a/internal/gophers/gophers.go
+++ b/internal/gophers/gophers.go
@@ -1435,6 +1435,7 @@
 	addPerson("Yoon", "learder@gmail.com")
 	addPerson("Yoshiyuki Kanno", "nekotaroh@gmail.com", "@mocchira")
 	addPerson("Yuki Yugui Sonoda", "yugui@google.com")
+	addPerson("Yury Smolsky", "yury@smolsky.by", "@ysmolsky")
 	addPerson("Yusuke Kagiwada", "block.rxckin.beats@gmail.com", "@Jxck")
 	addPerson("Yuusei Kuwana", "kuwana@kumama.org", "@kumama")
 	addPerson("Yuval Pavel Zholkover", "paulzhol@gmail.com", "@paulzhol")