Update CODEOWNERS to include logs team for grammar file (#10325)

**What this PR does / why we need it**:
To keep LogQL grammar in sync with
https://github.com/grafana/lezer-logql, we would like to add
@grafana/observability-logs as a co-codeowner for grammar file
`/pkg/logql/syntax/expr.y` to get notification when this file change.
pull/10327/head^2
Ivana Huckova 3 years ago committed by GitHub
parent c6a909b0ec
commit 5722696703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CODEOWNERS

@ -8,5 +8,9 @@
/operator/ @grafana/loki-team @periklis @xperimental
/.github/workflows/operator* @grafana/loki-team @periklis @xperimental
# 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

Loading…
Cancel
Save