File tree Expand file tree Collapse file tree 22 files changed +172
-10
lines changed Expand file tree Collapse file tree 22 files changed +172
-10
lines changed Original file line number Diff line number Diff line change 1
1
# See the OWNERS docs at https://go.k8s.io/owners
2
2
3
3
reviewers:
4
- - sig-docs-en-reviews # Defined in OWNERS_ALIASES
4
+ - sig-docs-website-owners # Defined in OWNERS_ALIASES
5
5
6
6
approvers:
7
- - sig-docs-en -owners # Defined in OWNERS_ALIASES
7
+ - sig-docs-website -owners # Defined in OWNERS_ALIASES
Original file line number Diff line number Diff line change 1
1
# See the OWNERS docs at https://go.k8s.io/owners
2
2
3
3
reviewers:
4
- - sig-docs-en-reviews # Defined in OWNERS_ALIASES
4
+ - sig-docs-website-owners # Defined in OWNERS_ALIASES
5
5
6
6
approvers:
7
- - sig-docs-en -owners # Defined in OWNERS_ALIASES
7
+ - sig-docs-website -owners # Defined in OWNERS_ALIASES
8
8
9
9
emeritus_approvers:
10
10
# - chenopis, commented out to disable PR assignments
Original file line number Diff line number Diff line change @@ -8,10 +8,26 @@ aliases:
8
8
- mrbobbytables
9
9
- nate-double-u
10
10
- sftim
11
+ sig-docs-website-owners: # Admins for overall website
12
+ - divya-mohan0209
13
+ - natalisucks
14
+ - reylejano
15
+ - sftim
16
+ - tengqm
11
17
sig-docs-localization-owners: # Admins for localization content
12
18
- a-mccarthy
13
19
- divya-mohan0209
14
20
- 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
15
31
- reylejano
16
32
- sftim
17
33
- seokho-son
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ reviewers:
8
8
9
9
approvers:
10
10
- sig-docs-de-owners
11
+ - sig-docs-website-owners # important due to no_parent_owners option
11
12
12
13
labels:
14
+ - area/localization
13
15
- 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
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ reviewers:
8
8
9
9
approvers:
10
10
- sig-docs-es-owners
11
+ - sig-docs-website-owners # important due to no_parent_owners option
11
12
12
13
labels:
14
+ - area/localization
13
15
- 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
Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ reviewers:
8
8
9
9
approvers:
10
10
- sig-docs-fr-owners
11
+ - sig-docs-website-owners # important due to no_parent_owners option
11
12
12
13
labels:
14
+ - area/localization
13
15
- 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
+
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ reviewers:
8
8
9
9
approvers:
10
10
- sig-docs-hi-owners
11
+ - sig-docs-website-owners # important due to no_parent_owners option
11
12
12
13
labels:
14
+ - area/localization
13
15
- 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
Original file line number Diff line number Diff line change 1
1
# See the OWNERS docs at https://go.k8s.io/owners
2
2
3
- # This is the localization project for Bahasa.
3
+ # This is the localization project for Bahasa Indonesia .
4
4
# Teams and members are visible at https://github.com/orgs/kubernetes/teams.
5
5
6
6
reviewers:
7
7
- sig-docs-id-reviews
8
8
9
9
approvers:
10
10
- sig-docs-id-owners
11
+ - sig-docs-website-owners # important due to no_parent_owners option
11
12
12
13
labels:
14
+ - area/localization
13
15
- 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
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ reviewers:
6
6
7
7
approvers:
8
8
- sig-docs-it-owners
9
+ - sig-docs-website-owners # important due to no_parent_owners option
9
10
10
11
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
You can’t perform that action at this time.
0 commit comments