From d026267274d476357eee48df866fbba9e8875bb6 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Fri, 17 May 2024 21:54:44 +0900 Subject: [PATCH] update: OWNERS update: en/OWNERS fix: L16 feat: add content/en/docs/OWNERS --- content/de/OWNERS | 7 ------- content/en/OWNERS | 6 ++++++ content/en/docs/OWNERS | 9 +++++++++ content/es/OWNERS | 7 ------- content/fr/OWNERS | 8 -------- content/hi/OWNERS | 7 ------- content/id/OWNERS | 7 ------- content/it/OWNERS | 7 ------- content/ja/OWNERS | 7 ------- content/ko/OWNERS | 7 ------- content/pl/OWNERS | 7 ------- content/pt-br/OWNERS | 7 ------- content/ru/OWNERS | 7 ------- content/uk/OWNERS | 7 ------- content/vi/OWNERS | 7 ------- content/zh-cn/OWNERS | 7 ------- 16 files changed, 15 insertions(+), 99 deletions(-) create mode 100644 content/en/docs/OWNERS diff --git a/content/de/OWNERS b/content/de/OWNERS index d460d57fc0..f7eae64634 100644 --- a/content/de/OWNERS +++ b/content/de/OWNERS @@ -8,14 +8,7 @@ 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/en/OWNERS b/content/en/OWNERS index 5c67ba358d..86e27feb5b 100644 --- a/content/en/OWNERS +++ b/content/en/OWNERS @@ -8,6 +8,12 @@ reviewers: approvers: - sig-docs-en-owners +- sig-docs-website-owners # important due to no_parent_owners option labels: - language/en + +# Disable inheritance so that the localization team don't end up as approvers for English +# 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/en/docs/OWNERS b/content/en/docs/OWNERS new file mode 100644 index 0000000000..a11e4abf46 --- /dev/null +++ b/content/en/docs/OWNERS @@ -0,0 +1,9 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +# Teams and members are visible at https://github.com/orgs/kubernetes/teams. + +reviewers: +- sig-docs-en-reviews + +approvers: +- sig-docs-en-owners diff --git a/content/es/OWNERS b/content/es/OWNERS index 2095344d3f..dd25d26acc 100644 --- a/content/es/OWNERS +++ b/content/es/OWNERS @@ -8,14 +8,7 @@ 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 48861fdfd3..eec7ebea2a 100644 --- a/content/fr/OWNERS +++ b/content/fr/OWNERS @@ -8,15 +8,7 @@ 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 e9cebcab05..be3542c110 100644 --- a/content/hi/OWNERS +++ b/content/hi/OWNERS @@ -8,14 +8,7 @@ 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 0d0f6f5a8b..95232acf80 100644 --- a/content/id/OWNERS +++ b/content/id/OWNERS @@ -8,14 +8,7 @@ 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 e5aaf46e6c..23118a4ad8 100644 --- a/content/it/OWNERS +++ b/content/it/OWNERS @@ -6,14 +6,7 @@ reviewers: approvers: - sig-docs-it-owners -- sig-docs-website-owners # important due to no_parent_owners option labels: - 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 78e0afc6c4..02ee1d1755 100644 --- a/content/ja/OWNERS +++ b/content/ja/OWNERS @@ -8,14 +8,7 @@ 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 cc97f542ea..535797d98f 100644 --- a/content/ko/OWNERS +++ b/content/ko/OWNERS @@ -8,14 +8,7 @@ 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 4ec40bfa1c..7b2fc799a4 100644 --- a/content/pl/OWNERS +++ b/content/pl/OWNERS @@ -8,14 +8,7 @@ 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 2fec5d4667..eadfb71e89 100644 --- a/content/pt-br/OWNERS +++ b/content/pt-br/OWNERS @@ -6,14 +6,7 @@ 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 fe933ae6c6..75da1394b3 100644 --- a/content/ru/OWNERS +++ b/content/ru/OWNERS @@ -8,14 +8,7 @@ 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 f7e367adb8..bf2835a5bc 100644 --- a/content/uk/OWNERS +++ b/content/uk/OWNERS @@ -8,14 +8,7 @@ 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 80919fb7b1..f885e0ede0 100644 --- a/content/vi/OWNERS +++ b/content/vi/OWNERS @@ -8,14 +8,7 @@ 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 a771268b92..8e666f476a 100644 --- a/content/zh-cn/OWNERS +++ b/content/zh-cn/OWNERS @@ -8,14 +8,7 @@ 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