You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2021/02/16 10:01:08 UTC

[airflow] branch master updated: Add CODEOWNERS for automated PR review assignment (#14216)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b23fc13  Add CODEOWNERS for automated PR review assignment (#14216)
b23fc13 is described below

commit b23fc137812f5eabf7834e07e032915e2a504c17
Author: Tomek Urbaszek <tu...@gmail.com>
AuthorDate: Tue Feb 16 11:00:44 2021 +0100

    Add CODEOWNERS for automated PR review assignment (#14216)
    
    
    Co-authored-by: Kaxil Naik <ka...@gmail.com>
    Co-authored-by: Xiaodong DENG <xd...@gmail.com>
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
    Co-authored-by: Ash Berlin-Taylor <as...@firemirror.com>
---
 .github/CODEOWNERS | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000..a3089fc
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,36 @@
+# Core
+/airflow/executors/ @kaxil @XD-DENG @ashb @turbaszek
+/airflow/jobs/ @kaxil @ashb @XD-DENG
+/airflow/models/ @kaxil @XD-DENG @ashb @turbaszek
+
+# DAG Serialization
+/airflow/serialization/ @kaxil @ashb
+
+# Kubernetes
+/airflow/kubernetes/ @dimberman
+/airflow/kubernetes_executor_templates/ @dimberman
+/airflow/executors/celery_kubernetes_executor.py @dimberman
+/chart/ @dimberman @ashb
+
+# Docs
+/docs/ @mik-laj @kaxil @vikramkoka
+
+# API
+/airflow/api/ @mik-laj @kaxil
+/airflow/api_connexion/ @mik-laj @kaxil
+
+# WWW
+/airflow/www/ @ryanahamilton @ashb
+
+# Providers
+/airflow/providers/google/ @turbaszek @mik-laj
+
+# Dev tools
+/.github/workflows/ @potiuk @ashb @kaxil
+breeze @potiuk
+breeze-complete @potiuk
+Dockerfile @potiuk @ashb
+Dockerfile.ci @potiuk @ashb
+/dev/ @potiuk @ashb @kaxil
+/provider_packages/ @potiuk @ashb
+/scripts/ @potiuk @ashb