From d5e0261efc9a6a5e0e1eef0b128ec5dffe4d4ee7 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 27 Oct 2025 11:50:40 +0100 Subject: [PATCH 1/2] update codeowners to certain other people can approve gitops operator crd updates --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 93444a968..2f0562c71 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,3 +5,6 @@ # any change to the chart should go through devops /charts/gitops-runtime/templates @codefresh-io/DevOps /charts/gitops-runtime/tests @codefresh-io/DevOps + +# gitops operator crd changes can be approved by some other people +/charts/gitops-runtime/templates/_components/gitops-operator/crds @codefresh-io/DevOps @danielm-codefresh @eti-codefresh @chen-keinan @scme0 \ No newline at end of file From 43e8834b79cc3577bd2019dbfe0190609d0138a3 Mon Sep 17 00:00:00 2001 From: scme0 Date: Mon, 27 Oct 2025 12:41:06 +0100 Subject: [PATCH 2/2] fix --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2f0562c71..2c5f66a4c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,4 +7,4 @@ /charts/gitops-runtime/tests @codefresh-io/DevOps # gitops operator crd changes can be approved by some other people -/charts/gitops-runtime/templates/_components/gitops-operator/crds @codefresh-io/DevOps @danielm-codefresh @eti-codefresh @chen-keinan @scme0 \ No newline at end of file +/charts/gitops-runtime/templates/_components/gitops-operator/crds @codefresh-io/DevOps @dmaizel @eti-codefresh @chen-keinan @scme0 \ No newline at end of file