Skip to content

Commit

Permalink
[CI] Introduce CI CODEOWNER (#4019)
Browse files Browse the repository at this point in the history
* [CI] Introduce CI CODEOWNER

Signed-off-by: Jan-Otto Kröpke <[email protected]>

* [CI] Introduce CI CODEOWNER

Signed-off-by: Jan-Otto Kröpke <[email protected]>

* [CI] Add @GMartinez-Sisti

Signed-off-by: Gabriel Martinez <[email protected]>

---------

Signed-off-by: Jan-Otto Kröpke <[email protected]>
Signed-off-by: Gabriel Martinez <[email protected]>
Co-authored-by: Gabriel Martinez <[email protected]>
  • Loading branch information
jkroepke and GMartinez-Sisti authored Dec 7, 2023
1 parent 6ab458e commit 9ec37dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/check-codeowners.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ cat <<EOF
# 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
EOF

for DIR in $(ls -1 -d ./charts/*)
Expand Down

0 comments on commit 9ec37dc

Please sign in to comment.