-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
31 lines (24 loc) · 945 Bytes
/
CODEOWNERS
File metadata and controls
31 lines (24 loc) · 945 Bytes
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
# CODEOWNERS for trace
#
# These owners will be the default owners for everything in the repo. Unless
# a later match takes precedence, they will be requested for review when
# someone opens a pull request.
#
# Format reference: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Global default
* @GrayCodeAI/maintainers
# CLI and core commands
/cmd/ @GrayCodeAI/core-team
# E2E tests and perf benchmarks
/e2e/ @GrayCodeAI/core-team
/perf/ @GrayCodeAI/core-team
# Redaction (security-sensitive)
/redact/ @GrayCodeAI/security-team
# CI / release / build tooling
/.github/ @GrayCodeAI/devops-team
/Makefile @GrayCodeAI/devops-team
# Versioning + release artefacts
/VERSION @GrayCodeAI/maintainers
/CHANGELOG.md @GrayCodeAI/maintainers
# Documentation
*.md @GrayCodeAI/docs-team