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 6b7f3f0 Add more CODEOWNERS (#16761)
6b7f3f0 is described below
commit 6b7f3f0b84adf44393bc7923cd59279f128520ac
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Jul 1 22:21:26 2021 +0100
Add more CODEOWNERS (#16761)
- This PR/commit ads TP to `airflow/timetables/` dir and Jed to Helm Charts
---
.github/CODEOWNERS | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index bea5593..ca210d8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -12,7 +12,7 @@
/airflow/executors/celery_kubernetes_executor.py @dimberman
# Helm Chart
-/chart/ @dimberman @ashb @kaxil
+/chart/ @dimberman @ashb @kaxil @jedcunningham
# Docs
@@ -21,7 +21,7 @@
# Docs (without Providers)
/docs/apache-airflow @kaxil
/docs/docker-stack @kaxil
-/docs/helm-chart @kaxil
+/docs/helm-chart @kaxil @jedcunningham
/docs/*.py @kaxil
# API
@@ -39,6 +39,9 @@
/airflow/www/security.py @jhtimmins
/airflow/api_connexion/security.py @jhtimmins
+# Calendar/Timetables
+/airflow/timetables/ @uranusjr
+
# Providers
/airflow/providers/google/ @turbaszek
/airflow/providers/snowflake/ @turbaszek @potiuk @mik-laj