From af60b6d118298957b44ebfc2a493538c9402fb75 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 25 Jul 2023 14:54:08 +0100 Subject: [PATCH] Update OWNERS --- OWNERS | 4 ++-- OWNERS_ALIASES | 13 ++++++++++++- assets/OWNERS | 9 +++++++++ assets/images/OWNERS | 13 +++++++++++++ content/OWNERS | 11 +++++++++++ content/de/OWNERS | 8 ++++++++ content/es/OWNERS | 8 ++++++++ content/fr/OWNERS | 9 +++++++++ content/hi/OWNERS | 8 ++++++++ content/id/OWNERS | 10 +++++++++- content/it/OWNERS | 10 +++++++++- content/ja/OWNERS | 8 ++++++++ content/ko/OWNERS | 8 ++++++++ content/pl/OWNERS | 8 ++++++++ content/pt-br/OWNERS | 10 +++++++++- content/ru/OWNERS | 8 ++++++++ content/uk/OWNERS | 8 ++++++++ content/vi/OWNERS | 8 ++++++++ content/zh-cn/OWNERS | 10 +++++++++- data/canonical-tags/OWNERS | 9 +++++++++ data/i18n/OWNERS | 11 +++++++++++ scripts/OWNERS | 2 ++ 22 files changed, 186 insertions(+), 7 deletions(-) create mode 100644 assets/OWNERS create mode 100644 assets/images/OWNERS create mode 100644 content/OWNERS create mode 100644 data/canonical-tags/OWNERS create mode 100644 data/i18n/OWNERS create mode 100644 scripts/OWNERS diff --git a/OWNERS b/OWNERS index da89f66200622..f3d6d653d0570 100644 --- a/OWNERS +++ b/OWNERS @@ -1,10 +1,10 @@ # See the OWNERS docs at https://go.k8s.io/owners reviewers: -- sig-docs-en-reviews # Defined in OWNERS_ALIASES +- sig-docs-website-owners # Defined in OWNERS_ALIASES approvers: -- sig-docs-en-owners # Defined in OWNERS_ALIASES +- sig-docs-website-owners # Defined in OWNERS_ALIASES emeritus_approvers: # - celestehorgan, commented out to disable PR assignments diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 4db3a096cc759..c91f2be380d44 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -1,4 +1,3 @@ -aliases: sig-docs-blog-owners: # Approvers for blog content - mrbobbytables - nate-double-u @@ -9,6 +8,18 @@ aliases: - nate-double-u - onlydole - sftim + sig-docs-website-owners: # Admins for overall website + - annajung + - bradtopol + - divya-mohan0209 + - kbhawkey + - natalisucks + - nate-double-u + - onlydole + - reylejano + - Rishit-dagli # 1.28 Release Team Docs Lead + - sftim + - tengqm sig-docs-localization-owners: # Admins for localization content - a-mccarthy - divya-mohan0209 diff --git a/assets/OWNERS b/assets/OWNERS new file mode 100644 index 0000000000000..1f542bedeaa52 --- /dev/null +++ b/assets/OWNERS @@ -0,0 +1,9 @@ +# Label certain changes as web development + +filters: + "\\.js": + labels: + - area/web-development + "\\.scss$": + labels: + - area/web-development diff --git a/assets/images/OWNERS b/assets/images/OWNERS new file mode 100644 index 0000000000000..5c67ba358d473 --- /dev/null +++ b/assets/images/OWNERS @@ -0,0 +1,13 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is the directory for English source content. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-en-reviews + +approvers: +- sig-docs-en-owners + +labels: +- language/en diff --git a/content/OWNERS b/content/OWNERS new file mode 100644 index 0000000000000..07352032a81c8 --- /dev/null +++ b/content/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is the directory for all source content. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-localization-reviewers + +approvers: +- sig-docs-localization-owners +- sig-docs-website-owners diff --git a/content/de/OWNERS b/content/de/OWNERS index 7f2f2fb5a6429..d460d57fc0a89 100644 --- a/content/de/OWNERS +++ b/content/de/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-de-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/de + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/es/OWNERS b/content/es/OWNERS index 71d9254f8b558..2095344d3fbf4 100644 --- a/content/es/OWNERS +++ b/content/es/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-es-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/es + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/fr/OWNERS b/content/fr/OWNERS index c91ec02821e6f..48861fdfd397a 100644 --- a/content/fr/OWNERS +++ b/content/fr/OWNERS @@ -8,6 +8,15 @@ reviewers: approvers: - sig-docs-fr-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/fr + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true + diff --git a/content/hi/OWNERS b/content/hi/OWNERS index 56a923860891d..e9cebcab05249 100644 --- a/content/hi/OWNERS +++ b/content/hi/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-hi-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/hi + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/id/OWNERS b/content/id/OWNERS index 40fe7fb3b6183..0d0f6f5a8b2a6 100644 --- a/content/id/OWNERS +++ b/content/id/OWNERS @@ -1,6 +1,6 @@ # See the OWNERS docs at https://go.k8s.io/owners -# This is the localization project for Bahasa. +# This is the localization project for Bahasa Indonesia. # Teams and members are visible at https://github.com/orgs/kubernetes/teams. reviewers: @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-id-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/id + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/it/OWNERS b/content/it/OWNERS index 1152b909db0b1..e5aaf46e6cfc4 100644 --- a/content/it/OWNERS +++ b/content/it/OWNERS @@ -6,6 +6,14 @@ reviewers: approvers: - sig-docs-it-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: -- language/it \ No newline at end of file +- area/localization +- language/it + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true \ No newline at end of file diff --git a/content/ja/OWNERS b/content/ja/OWNERS index 5e85fee1d5a58..78e0afc6c4e0d 100644 --- a/content/ja/OWNERS +++ b/content/ja/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-ja-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/ja + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/ko/OWNERS b/content/ko/OWNERS index dc285aa06bb6b..cc97f542ea387 100644 --- a/content/ko/OWNERS +++ b/content/ko/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-ko-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/ko + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/pl/OWNERS b/content/pl/OWNERS index f51cfd63f3e19..4ec40bfa1cb5e 100644 --- a/content/pl/OWNERS +++ b/content/pl/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-pl-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/pl + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/pt-br/OWNERS b/content/pt-br/OWNERS index db8529e3435a9..2fec5d46678f6 100644 --- a/content/pt-br/OWNERS +++ b/content/pt-br/OWNERS @@ -1,4 +1,4 @@ -# This is the localization project for Portuguese. +# This is the localization project for (Brazilian) Portuguese. # Teams and members are visible at https://github.com/orgs/kubernetes/teams. reviewers: @@ -6,6 +6,14 @@ reviewers: approvers: - sig-docs-pt-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/pt + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/ru/OWNERS b/content/ru/OWNERS index 75da45a4b597b..fe933ae6c64d8 100644 --- a/content/ru/OWNERS +++ b/content/ru/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-ru-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/ru + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/uk/OWNERS b/content/uk/OWNERS index 09fbf1170cb09..f7e367adb8859 100644 --- a/content/uk/OWNERS +++ b/content/uk/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-uk-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/uk + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/vi/OWNERS b/content/vi/OWNERS index 23c3d916c74cf..80919fb7b1a32 100644 --- a/content/vi/OWNERS +++ b/content/vi/OWNERS @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-vi-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/vi + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/content/zh-cn/OWNERS b/content/zh-cn/OWNERS index 6e147c98ad3ec..a771268b92104 100644 --- a/content/zh-cn/OWNERS +++ b/content/zh-cn/OWNERS @@ -1,6 +1,6 @@ # See the OWNERS docs at https://go.k8s.io/owners -# This is the localization project for Chinese. +# This is the localization project for Chinese (simplified / People's Republic of China) # Teams and members are visible at https://github.com/orgs/kubernetes/teams. reviewers: @@ -8,6 +8,14 @@ reviewers: approvers: - sig-docs-zh-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: +- area/localization - language/zh + +# Disable inheritance so that the localization team don't end up as approvers for all +# languages. +# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md +options: + no_parent_owners: true diff --git a/data/canonical-tags/OWNERS b/data/canonical-tags/OWNERS new file mode 100644 index 0000000000000..ab92ff31fe5e1 --- /dev/null +++ b/data/canonical-tags/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is where we manage the categories for glossary entries. + +reviewers: +- sig-docs-en-reviews + +approvers: +- sig-docs-website-owners diff --git a/data/i18n/OWNERS b/data/i18n/OWNERS new file mode 100644 index 0000000000000..07352032a81c8 --- /dev/null +++ b/data/i18n/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# This is the directory for all source content. +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-localization-reviewers + +approvers: +- sig-docs-localization-owners +- sig-docs-website-owners diff --git a/scripts/OWNERS b/scripts/OWNERS new file mode 100644 index 0000000000000..2ab24116cb6bd --- /dev/null +++ b/scripts/OWNERS @@ -0,0 +1,2 @@ +# Scripts to help manage the website +# No special ownership (as yet)