forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
16 lines (12 loc) · 693 Bytes
/
CODEOWNERS
File metadata and controls
16 lines (12 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 observability logs 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/expr.y @grafana/observability-logs @grafana/loki-team
# No owners - allows sub-maintainers to merge changes.
CHANGELOG.md