You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/12/21 19:06:37 UTC

[airflow] branch main updated: Update CODEOWNERS for the Helm chart (#20451)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d678f5e  Update CODEOWNERS for the Helm chart (#20451)
d678f5e is described below

commit d678f5e4e88525ef6a5f22ad3005d6a03e08917c
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Tue Dec 21 12:06:04 2021 -0700

    Update CODEOWNERS for the Helm chart (#20451)
---
 .github/CODEOWNERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 98cfe2a..4a11655 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -16,8 +16,7 @@
 /airflow/executors/kubernetes_executor.py @dstandish @jedcunningham
 
 # Helm Chart
-/chart/ @dimberman @ashb @kaxil @jedcunningham
-
+/chart/ @dstandish @jedcunningham
 
 # Docs
 /docs/ @mik-laj @vikramkoka