forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (15 loc) · 735 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (15 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Default owners for everything in the repo, unless a later match takes precedence.
* @grafana/loki-team
# Documentation.
/docs/ @grafana/docs-logs @grafana/loki-team
# Loki operator
/operator/ @grafana/loki-team @periklis @xperimental @JoaoBraveCoding
/.github/workflows/operator* @grafana/loki-team @periklis @xperimental @JoaoBraveCoding
# Logql grammar
# The OSS big tent team is listed as co-codeowner for grammar file. This is to receive notifications about updates, so these can be implemented in https://github.com/grafana/lezer-logql
pkg/logql/syntax/syntax.y @grafana/oss-big-tent @grafana/loki-team
# Nix
/nix/ @trevorwhitney
flake.nix @trevorwhitney
# No owners - allows sub-maintainers to merge changes.
CHANGELOG.md