Signed-off-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
21 lines
735 B
Plaintext
21 lines
735 B
Plaintext
# 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
|