-
Notifications
You must be signed in to change notification settings - Fork 770
Expand file tree
/
Copy pathOWNERS
More file actions
115 lines (93 loc) · 2.15 KB
/
Copy pathOWNERS
File metadata and controls
115 lines (93 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# See the OWNERS docs at https://go.k8s.io/owners
filters:
# Catch-all (required when using filters)
".*":
approvers:
- kueue-approvers
reviewers:
- kueue-reviewers
emeritus_approvers:
- ahg-g
- alculquicondor
- denkensk
- gabesaba
- kerthcet
# Any directory depth: go.mod or go.sum
"go\\.(mod|sum)$":
approvers:
- dependency-approvers
# Any directory depth: package.json or package-lock.json
"package(-lock)?\\.json$":
approvers:
- dependency-approvers
- release-team
"^Makefile$":
approvers:
- release-team
# Any directory depth: README.md or README.md.gotmpl
"README\\.md(\\.gotmpl)?$":
approvers:
- release-team
# Any directory depth: INSTALL.md
"INSTALL\\.md(\\.gotmpl)?$":
approvers:
- release-team
# Any directory depth: Chart.yaml
"Chart\\.yaml$":
approvers:
- release-team
"^SECURITY-INSIGHTS\\.yaml$":
approvers:
- release-team
"^site/content/(en|zh-CN)/v*$":
approvers:
- release-team
"^site/static/v*$":
approvers:
- release-team
# Dependency makefile
"^hack/make/deps\\.mk$":
approvers:
- dependency-approvers
"^site/hugo\\.toml$":
approvers:
- hugo-approvers
- infra-approvers
- release-team
"^netlify\\.toml$":
approvers:
- hugo-approvers
# Vendor directory
"^vendor/.*$":
approvers:
- dependency-approvers
# Any directory depth: *_test.go
"_test\\.go$":
approvers:
- test-approvers
# Test and verification makefiles
"^hack/make/(verify|test)\\.mk$":
approvers:
- test-approvers
# Linter configs
"^\\.golangci.*\\.ya?ml$":
approvers:
- test-approvers
# Agent instructions and experimental agent
"^AGENTS\\.md$":
approvers:
- agent-approvers
reviewers:
- agent-reviewers
"Dockerfile$|\\.dockerignore$":
approvers:
- infra-approvers
"^\\.github/dependabot\\.ya?ml$":
approvers:
- infra-approvers
"^\\.cloudbuild.yaml$":
approvers:
- infra-approvers
"^\\.krew.yaml$":
approvers:
- infra-approvers