Skip to content

Commit

Permalink
Update CODEOWNERS to include logs team for grammar file (grafana#10325)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
ivanahuckova authored Aug 23, 2023
1 parent c6a909b commit 5722696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5722696

Please sign in to comment.