From 9ec37dccb9ee75dfa0253ecf80a0043e4d4c5e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 7 Dec 2023 15:14:00 +0100 Subject: [PATCH] [CI] Introduce CI CODEOWNER (#4019) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [CI] Introduce CI CODEOWNER Signed-off-by: Jan-Otto Kröpke * [CI] Introduce CI CODEOWNER Signed-off-by: Jan-Otto Kröpke * [CI] Add @GMartinez-Sisti Signed-off-by: Gabriel Martinez --------- Signed-off-by: Jan-Otto Kröpke Signed-off-by: Gabriel Martinez Co-authored-by: Gabriel Martinez --- .github/CODEOWNERS | 2 ++ scripts/check-codeowners.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 769861f91535..a0d1e7751ec0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,6 +6,8 @@ # Unless a later match takes precedence, they will be requested for review when someone opens a pull request. * @prometheus-community/helm-charts-admins +/.github/workflows/ @prometheus-community/helm-charts-admins @jkroepke @GMartinez-Sisti + /charts/alertmanager/ @monotek @naseemkullah /charts/alertmanager-snmp-notifier/ @maxwo /charts/jiralert/ @jkroepke @zanhsieh diff --git a/scripts/check-codeowners.sh b/scripts/check-codeowners.sh index 696ab1a5ef7d..a98105065f52 100755 --- a/scripts/check-codeowners.sh +++ b/scripts/check-codeowners.sh @@ -9,6 +9,8 @@ cat <