Skip to content

Commit

Permalink
change codeowners so maintainers get pinged on prs (#1602)
Browse files Browse the repository at this point in the history
* change codeowners so maintainers get pinged on prs

* fix profiling maintainers
  • Loading branch information
mattdurham authored Sep 4, 2024
1 parent 08573df commit b06e205
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# 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.
* @grafana/grafana-alloy-maintainers

#`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
Expand All @@ -18,5 +20,5 @@
/docs/sources/ @clayton-cornell

# Components:
/internal/component/pyroscope/ @grafana/grafana-agent-profiling-maintainers
/internal/component/beyla/ @marctc
/internal/component/pyroscope/ @grafana/grafana-alloy-profiling-maintainers
/internal/component/beyla/ @marctc

0 comments on commit b06e205

Please sign in to comment.