This is an automated email from the ASF dual-hosted git repository.
potiuk 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 9c3bf1ef470 add code owner (#49578)
9c3bf1ef470 is described below
commit 9c3bf1ef4701a1b5b84bc4669fb369553fa2e876
Author: Shubham Raj <[email protected]>
AuthorDate: Tue Apr 22 23:39:45 2025 +0530
add code owner (#49578)
---
.github/CODEOWNERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7a97a52539c..987f0a0c3c8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -23,7 +23,7 @@
# API
/airflow-core/src/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar
@jason810496
-/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar
@jason810496 @bugraoz93
+/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar
@jason810496 @bugraoz93 @shubhamraj-git
/airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
# Airflow CTL
@@ -33,7 +33,7 @@
/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck
# UI
-/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton
@jscheffl
+/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton
@jscheffl @shubhamraj-git
# Security/Permissions
/airflow-core/src/airflow/security/permissions.py @vincbeck