forked from quickwit-oss/quickwit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
42 lines (37 loc) · 1.75 KB
/
CODEOWNERS
File metadata and controls
42 lines (37 loc) · 1.75 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
# Log Management Codeowners rules
* @centreon/log-management
/stacks/** @centreon/log-management
/infra/** @centreon/log-management
/tools/** @centreon/log-management
# Rust Codeowners rules
*.rs @centreon/owners-rust
Cargo.toml @centreon/owners-rust
Cargo.lock @centreon/owners-rust
/lib/crates/**/README.md @centreon/owners-rust
/lib/crates/**/docs/ @centreon/owners-rust
**/crate/**/README.md @centreon/owners-rust
**/crate/**/docs/ @centreon/owners-rust
# Python Codeowners rules
*.py @centreon/owners-python
pyproject.toml @centreon/owners-python
uv.lock @centreon/owners-python
/lib/pip/**/README.md @centreon/owners-python
/lib/pip/**/docs/ @centreon/owners-python
**/pip/**/README.md @centreon/owners-python
**/pip/**/docs/ @centreon/owners-python
# JS Codeowners rules
*.js @centreon/owners-react
*.ts @centreon/owners-react
*.tsx @centreon/owners-react
*.css @centreon/owners-react
**/pnpm-lock.yaml @centreon/owners-react
**/pnpm-workspace.yaml @centreon/owners-react
**/cypress @centreon/owners-react
# Pipelines Codeowners rules
.github/** @centreon/owners-pipelines
.yamlfix.toml @centreon/owners-pipelines
# Security Codeowners rules
.gitleaks.toml @centreon/owners-security
.gitleaksignore @centreon/owners-security
.githooks/pre-commit @centreon/owners-security
**/secu-*.yml @centreon/owners-security