File tree Expand file tree Collapse file tree 26 files changed +220
-12
lines changed Expand file tree Collapse file tree 26 files changed +220
-12
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,28 @@ 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
17
+ - drewhagen # RT 1.30 Docs Lead
18
+ - katcosgrove # RT 1.30 Lead
11
19
sig-docs-localization-owners: # Admins for localization content
12
20
- a-mccarthy
13
21
- divya-mohan0209
14
22
- natalisucks
23
+ - nate-double-u
24
+ - reylejano
25
+ - sftim
26
+ - seokho-son
27
+ - tengqm
28
+ sig-docs-localization-reviewers: # PR reviews for localization changes
29
+ - a-mccarthy
30
+ - divya-mohan0209
31
+ - natalisucks
32
+ - nate-double-u
15
33
- reylejano
16
34
- sftim
17
35
- seokho-son
@@ -26,8 +44,6 @@ aliases:
26
44
- celestehorgan
27
45
- dipesh-rawat
28
46
- divya-mohan0209
29
- - drewhagen # RT 1.30 Docs Lead
30
- - katcosgrove # RT 1.30 Lead
31
47
- natalisucks
32
48
- nate-double-u
33
49
- reylejano
Original file line number Diff line number Diff line change
1
+ # Label certain changes as web development
2
+
3
+ filters:
4
+ "\\.js":
5
+ labels:
6
+ - area/web-development
7
+ "\\.scss$":
8
+ labels:
9
+ - area/web-development
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 common images. Allow English localization
4
+ # reviewers to review and approve.
5
+ # Teams and members are visible at https://github.com/orgs/kubernetes/teams.
6
+
7
+ reviewers:
8
+ - sig-docs-en-reviews
9
+
10
+ approvers:
11
+ - sig-docs-en-owners
12
+
13
+ filters:
14
+ "\\.svg":
15
+ labels:
16
+ - area/web-development
17
+ "\\.png$":
18
+ labels:
19
+ - area/web-development
20
+ "\\.jpe?g$":
21
+ labels:
22
+ - area/web-development
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
You can’t perform that action at this time.
0 commit comments