summaryrefslogtreecommitdiff
path: root/generator/wg_readme.tmpl
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-02-25 16:16:50 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-02-25 16:17:40 +0530
commitcdb651b335eac682e8cdfc8e1fefcc235bfeb670 (patch)
treee51668a5695db2998f107ad10ff1bf0a0ce55418 /generator/wg_readme.tmpl
parent7efa0627cea7f654d459efccf07d0930f3289371 (diff)
generator: remove google groups note from all WG READMEs
Diffstat (limited to 'generator/wg_readme.tmpl')
-rw-r--r--generator/wg_readme.tmpl10
1 files changed, 3 insertions, 7 deletions
diff --git a/generator/wg_readme.tmpl b/generator/wg_readme.tmpl
index a749678d..ed3bb99f 100644
--- a/generator/wg_readme.tmpl
+++ b/generator/wg_readme.tmpl
@@ -75,13 +75,9 @@ The following subprojects are owned by wg-{{.Label}}:
The below teams can be mentioned on issues and PRs in order to get attention from the right people.
Note that the links to display team membership will only work if you are a member of the org.
-The google groups contain the archive of Github team notifications.
-Mentioning a team on Github will CC its group.
-Monitor these for Github activity if you are not a member of the team.
-
-| Team Name | Details | Google Groups | Description |
-| --------- |:-------:|:-------------:| ----------- |
+| Team Name | Details | Description |
+| --------- |:-------:| ----------- |
{{- range .Contact.GithubTeams }}
-| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | [link](https://groups.google.com/forum/#!forum/kubernetes-{{.Name}}) | {{.Description}} |
+| @kubernetes/{{.Name}} | [link](https://github.com/orgs/kubernetes/teams/{{.Name}}) | {{.Description}} |
{{- end }}
{{ end }}