-
Notifications
You must be signed in to change notification settings - Fork 544
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (18 loc) · 1.35 KB
/
CODEOWNERS
File metadata and controls
21 lines (18 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CODEOWNERS — see https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# Last matching rule per file wins. Multiple owners listed on the same line
# means approval from ANY ONE of them satisfies the requirement.
# Default: quickwit-core owns everything
* @quickwit-oss/quickwit-core
# byoc-metrics paths — owned by byoc-metrics
/quickwit/quickwit-parquet-engine/ @quickwit-oss/byoc-metrics
/quickwit/quickwit-datafusion/ @quickwit-oss/byoc-metrics
/quickwit/quickwit-df-core/ @quickwit-oss/byoc-metrics
/quickwit/quickwit-dst/ @quickwit-oss/byoc-metrics
/quickwit/quickwit-indexing/src/actors/parquet_pipeline/ @quickwit-oss/byoc-metrics
# Shared paths — either team can approve. `docs/internals/` is shared
# architecture + verification docs that any team working on the codebase
# may need to update. `Cargo.lock` churns on routine dependency bumps
# and doesn't carry domain-specific review value.
/docs/internals/ @quickwit-oss/quickwit-core @quickwit-oss/byoc-metrics
/quickwit/Cargo.lock @quickwit-oss/quickwit-core @quickwit-oss/byoc-metrics