From 14721cecc4dd4c7c499ec1f4ac4960b9c999d239 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Wed, 25 Sep 2024 13:17:07 -0700 Subject: [PATCH 1/2] add myself and quentin as codeowners of the loki-mixin Signed-off-by: Callum Styan --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 32ae698aa9e0a..1cc1b7d99b1f3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -14,3 +14,6 @@ # No owners - allows sub-maintainers to merge changes. CHANGELOG.md + +# Mixins +/production/loki-mixin/ @cstyan @QuentinBisson From bf0c1524a58efee4fd60eb4046ffeec88d066c29 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Wed, 25 Sep 2024 13:56:16 -0700 Subject: [PATCH 2/2] update codeowners and maintainers again Signed-off-by: Callum Styan --- CODEOWNERS | 7 ++++++- MAINTAINERS.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1cc1b7d99b1f3..0fc5bce924bf0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -16,4 +16,9 @@ CHANGELOG.md # Mixins -/production/loki-mixin/ @cstyan @QuentinBisson +/production/loki-mixin/ @cstyan + +# Helm and compiled Mixins +/production/helm/ @trevorwhitney +/production/loki-mixin-compiled/ @trevorwhitney +/production/loki-mixin-compiled-ssh/ @trevorwhitney diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 072cc863392ac..d0c0c0acd2b9d 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -2,3 +2,4 @@ Some parts of the codebase have other maintainers: - `@grafana/docs-logs`, which includes [@knylander-grafana](https://github.com/knylander-grafana) ([Grafana Labs](https://grafana.com/)) +- `@QuentinBisson` is an external contributor who helps maintain the Mixins in `/production/*-mixin/` \ No newline at end of file