Skip to content

Commit

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

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>

* [CI] Introduce CI CODEOWNER

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>

* [CI] Add @GMartinez-Sisti

Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>

---------

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Signed-off-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
Co-authored-by: Gabriel Martinez <gabrielmartinez@sisti.pt>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent df54234 commit 0e53bfc
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 0e53bfc

Please sign in to comment.