diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 769861f9153..a0d1e7751ec 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 696ab1a5ef7..a98105065f5 100755 --- a/scripts/check-codeowners.sh +++ b/scripts/check-codeowners.sh @@ -9,6 +9,8 @@ cat <