You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/01/12 06:54:53 UTC

[airflow] branch main updated: Update CODEOWNERS amazon and executors (#28873)

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

taragolis 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 9d6b150b87 Update CODEOWNERS amazon and executors (#28873)
9d6b150b87 is described below

commit 9d6b150b87ecbcf408b904263184ce7a9cf221f8
Author: Niko Oliveira <on...@amazon.com>
AuthorDate: Wed Jan 11 22:54:45 2023 -0800

    Update CODEOWNERS amazon and executors (#28873)
---
 .github/CODEOWNERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 15300027e3..1e87eb16c7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
 # Core
-/airflow/executors/ @kaxil @XD-DENG @ashb
+/airflow/executors/ @kaxil @XD-DENG @ashb @o-nikolas
 /airflow/jobs/ @kaxil @ashb @XD-DENG
 /airflow/models/ @kaxil @XD-DENG @ashb
 
@@ -67,14 +67,14 @@
 /airflow/providers/cncf/kubernetes @jedcunningham
 /airflow/providers/dbt/cloud/ @josh-fell
 /airflow/providers/tabular/ @Fokko
-/airflow/providers/amazon/ @eladkal
+/airflow/providers/amazon/ @eladkal @o-nikolas
 /airflow/providers/common/sql/ @eladkal
 /airflow/providers/slack/ @eladkal
-/docs/apache-airflow-providers-amazon/ @eladkal
+/docs/apache-airflow-providers-amazon/ @eladkal @o-nikolas
 /docs/apache-airflow-providers-common-sql/ @eladkal
 /docs/apache-airflow-providers-slack/ @eladkal
 /docs/apache-airflow-providers-cncf-kubernetes @jedcunningham
-/tests/providers/amazon/ @eladkal
+/tests/providers/amazon/ @eladkal @o-nikolas
 /tests/providers/common/sql/ @eladkal
 /tests/providers/slack/ @eladkal