From 016fffbb90fe6ff42532243aeedfced2bd3b1ef5 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Tue, 17 Jun 2025 15:16:07 +0200 Subject: [PATCH] Add CODEOWNERS file --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1082290 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# these will be requested for review when someone opens a pull request. +* @grafana/plugins-platform-frontend @grafana/plugins-platform-backend