From 47b7735b9da087b7ce9007136ccffb3aa6d3ca69 Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Thu, 18 Dec 2025 18:02:17 +0100 Subject: [PATCH] [ignore] add codeowner Signed-off-by: Augustin Husson --- .github/CODEOWNERS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..819c863b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,14 @@ +# General codeowners for the entire repository +/* @perses/frontend-maintainers-with-random + +# Dedicated codeowners for a specific file type +*.cue @AntoineThebaud +*.go @Nexucis + +# Dedicated codeowners for a plugin +/tempo @andreasgerstmayr + +# Dedicated codeowners for a specific directory + +/docs @AntoineThebaud +/scripts @Nexucis