-
Notifications
You must be signed in to change notification settings - Fork 520
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (17 loc) · 998 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (17 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Request a review from the Tetragon team on any PR
* @cilium/tetragon-reviewers
# Request a review from William when codegen is edited
/cmd/protoc-gen-go-tetragon/ @will-isovalent
# Request a review from William when CI is edited
/.github/workflows/ @will-isovalent @cilium/tetragon-reviewers
# Request a review from kkourt when core sensor files are modified
/pkg/src/sensors/ @kkourt @cilium/tetragon-reviewers
# Request a review from mtardy when anything from docs is modified but do not
# block on approval from anyone in the tetragon team
/docs/ @mtardy @cilium/tetragon-reviewers
# Exclude some docs generated files from mtardy ownership
/docs/content/en/docs/reference/helm-chart.md @cilium/tetragon-reviewers
/docs/content/en/docs/reference/grpc-api.md @cilium/tetragon-reviewers
/docs/content/en/docs/reference/metrics.md @cilium/tetragon-reviewers
/docs/data/tetragon_flags.yaml @cilium/tetragon-reviewers
/docs/content/en/docs/reference/tracing-policy.md @cilium/tetragon-reviewers