This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun 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 9d4bc592cf Update CODEOWNERS (#31428)
9d4bc592cf is described below
commit 9d4bc592cf3cc9a907fd2219355990a9806aba7f
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Fri May 19 19:41:38 2023 +0200
Update CODEOWNERS (#31428)
---
.github/CODEOWNERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c47fab2b6f..37611935ab 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,5 +1,5 @@
# Core
-/airflow/executors/ @kaxil @XD-DENG @ashb @o-nikolas
+/airflow/executors/ @kaxil @XD-DENG @ashb @o-nikolas @pierrejeambrun
/airflow/jobs/ @kaxil @ashb @XD-DENG
/airflow/models/ @kaxil @XD-DENG @ashb
@@ -25,11 +25,11 @@
/docs/*.py @kaxil @potiuk
# API
-/airflow/api/ @ephraimbuddy
-/airflow/api_connexion/ @ephraimbuddy
+/airflow/api/ @ephraimbuddy @pierrejeambrun
+/airflow/api_connexion/ @ephraimbuddy @pierrejeambrun
# WWW
-/airflow/www/ @ryanahamilton @ashb @bbovenzi
+/airflow/www/ @ryanahamilton @ashb @bbovenzi @pierrejeambrun
# Security/Permissions
/airflow/security/permissions.py @jhtimmins
@@ -85,7 +85,7 @@ Dockerfile.ci @potiuk @ashb
# Releasing Guides & Project Guidelines
/dev/README_RELEASE_PROVIDER_PACKAGES.md @eladkal
-/dev/README_RELEASE_*.md @kaxil
+/dev/README_RELEASE_*.md @kaxil @pierrejeambrun
/dev/README.md @kaxil
/dev/PROJECT_GUIDELINES.md @kaxil
/dev/PROVIDER_PACKAGE_DETAILS.md @kaxil