Skip to content

Commit e0cb7f6

Browse files
author
Tim Bannister
committed
Update OWNERS
1 parent efd1306 commit e0cb7f6

File tree

22 files changed

+172
-10
lines changed

22 files changed

+172
-10
lines changed

.github/OWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
reviewers:
4-
- sig-docs-en-reviews # Defined in OWNERS_ALIASES
4+
- sig-docs-website-owners # Defined in OWNERS_ALIASES
55

66
approvers:
7-
- sig-docs-en-owners # Defined in OWNERS_ALIASES
7+
- sig-docs-website-owners # Defined in OWNERS_ALIASES

OWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

33
reviewers:
4-
- sig-docs-en-reviews # Defined in OWNERS_ALIASES
4+
- sig-docs-website-owners # Defined in OWNERS_ALIASES
55

66
approvers:
7-
- sig-docs-en-owners # Defined in OWNERS_ALIASES
7+
- sig-docs-website-owners # Defined in OWNERS_ALIASES
88

99
emeritus_approvers:
1010
# - chenopis, commented out to disable PR assignments

OWNERS_ALIASES

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,26 @@ aliases:
88
- mrbobbytables
99
- nate-double-u
1010
- sftim
11+
sig-docs-website-owners: # Admins for overall website
12+
- divya-mohan0209
13+
- natalisucks
14+
- reylejano
15+
- sftim
16+
- tengqm
1117
sig-docs-localization-owners: # Admins for localization content
1218
- a-mccarthy
1319
- divya-mohan0209
1420
- natalisucks
21+
- nate-double-u
22+
- reylejano
23+
- sftim
24+
- seokho-son
25+
- tengqm
26+
sig-docs-localization-reviewers: # PR reviews for localization changes
27+
- a-mccarthy
28+
- divya-mohan0209
29+
- natalisucks
30+
- nate-double-u
1531
- reylejano
1632
- sftim
1733
- seokho-son

content/OWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
# This is the directory for all source content.
4+
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.
5+
6+
reviewers:
7+
- sig-docs-localization-reviewers
8+
9+
approvers:
10+
- sig-docs-localization-owners
11+
- sig-docs-website-owners

content/de/OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ reviewers:
88

99
approvers:
1010
- sig-docs-de-owners
11+
- sig-docs-website-owners # important due to no_parent_owners option
1112

1213
labels:
14+
- area/localization
1315
- language/de
16+
17+
# Disable inheritance so that the localization team don't end up as approvers for all
18+
# languages.
19+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
20+
options:
21+
no_parent_owners: true

content/es/OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ reviewers:
88

99
approvers:
1010
- sig-docs-es-owners
11+
- sig-docs-website-owners # important due to no_parent_owners option
1112

1213
labels:
14+
- area/localization
1315
- language/es
16+
17+
# Disable inheritance so that the localization team don't end up as approvers for all
18+
# languages.
19+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
20+
options:
21+
no_parent_owners: true

content/fr/OWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ reviewers:
88

99
approvers:
1010
- sig-docs-fr-owners
11+
- sig-docs-website-owners # important due to no_parent_owners option
1112

1213
labels:
14+
- area/localization
1315
- language/fr
16+
17+
# Disable inheritance so that the localization team don't end up as approvers for all
18+
# languages.
19+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
20+
options:
21+
no_parent_owners: true
22+

content/hi/OWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ reviewers:
88

99
approvers:
1010
- sig-docs-hi-owners
11+
- sig-docs-website-owners # important due to no_parent_owners option
1112

1213
labels:
14+
- area/localization
1315
- language/hi
16+
17+
# Disable inheritance so that the localization team don't end up as approvers for all
18+
# languages.
19+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
20+
options:
21+
no_parent_owners: true

content/id/OWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# See the OWNERS docs at https://go.k8s.io/owners
22

3-
# This is the localization project for Bahasa.
3+
# This is the localization project for Bahasa Indonesia.
44
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.
55

66
reviewers:
77
- sig-docs-id-reviews
88

99
approvers:
1010
- sig-docs-id-owners
11+
- sig-docs-website-owners # important due to no_parent_owners option
1112

1213
labels:
14+
- area/localization
1315
- language/id
16+
17+
# Disable inheritance so that the localization team don't end up as approvers for all
18+
# languages.
19+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
20+
options:
21+
no_parent_owners: true

content/it/OWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ reviewers:
66

77
approvers:
88
- sig-docs-it-owners
9+
- sig-docs-website-owners # important due to no_parent_owners option
910

1011
labels:
11-
- language/it
12+
- area/localization
13+
- language/it
14+
15+
# Disable inheritance so that the localization team don't end up as approvers for all
16+
# languages.
17+
# https://github.com/kubernetes/community/blob/master/communication/website-guidelines.md
18+
options:
19+
no_parent_owners: true

0 commit comments

Comments
 (0)