-
Notifications
You must be signed in to change notification settings - Fork 658
Expand file tree
/
Copy pathOWNERS
More file actions
82 lines (67 loc) · 1.57 KB
/
Copy pathOWNERS
File metadata and controls
82 lines (67 loc) · 1.57 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
# 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
# Any directory depth: Makefile-deps.mk
"Makefile-deps\\.mk$":
approvers:
- dependency-approvers
"^site/hugo\\.toml$":
approvers:
- hugo-approvers
- infra-approvers
"^netlify\\.toml$":
approvers:
- hugo-approvers
# Vendor directory
"^vendor/.*$":
approvers:
- dependency-approvers
# Any directory depth: *_test.go
"_test\\.go$":
approvers:
- test-approvers
# Any directory depth: Makefile-test.mk
"Makefile-(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