-
Notifications
You must be signed in to change notification settings - Fork 203
/
CODEOWNERS
Validating CODEOWNERS rules...
22 lines (19 loc) · 1.08 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# The CODEOWNERS file is used to define ownership of individuals or teams
# outside of the core set of Grafana Alloy maintainers.
#
# If a directory is not listed here, it is assumed to be owned by the
# @grafana/grafana-alloy-maintainers; they are not explicitly listed as
# CODEOWNERS as a GitHub project board is used instead for PR tracking, which
# helps reduce notification noise of the members of that team.
# `make docs` procedure and related workflows are owned by @jdbaldry.
/.github/workflows/publish-technical-documentation-next.yml @jdbaldry
/.github/workflows/publish-technical-documentation-release.yml @jdbaldry
/.github/workflows/update-make-docs.yml @jdbaldry
/docs/docs.mk @jdbaldry
/docs/make-docs @jdbaldry
/docs/variables.mk @jdbaldry
# Documentation:
/docs/sources/ @clayton-cornell
# Components:
/internal/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers
/internal/component/beyla/ @marctc