From 2391603075e73b91d9988d40eecddfc3e0593405 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:02:42 +0200 Subject: [PATCH] feat: add subproject group to CODEOWNERS (#322) Signed-off-by: Thomas Schuetz --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f35a326aa0..ed6d4428f2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,4 +9,4 @@ # Unless a later match takes precedence, these owners will be requested for # review when someone opens a pull request. -* @k8sgpt-ai/maintainers @k8sgpt-ai/k8sgpt-approvers +* @k8sgpt-ai/maintainers @k8sgpt-ai/k8sgpt-maintainers @k8sgpt-ai/k8sgpt-approvers