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 5089a376b8b Add choo121600 for API and UI components (#60251)
5089a376b8b is described below

commit 5089a376b8b75a7a459280990814876c1427f2d1
Author: Yeonguk Choo <[email protected]>
AuthorDate: Thu Jan 8 21:05:58 2026 +0900

    Add choo121600 for API and UI components (#60251)
    
    * Add choo121600 for API and UI components
    
    * Add the list of committers in project documentation and global constants
---
 .github/CODEOWNERS                                | 8 ++++----
 airflow-core/docs/project.rst                     | 1 +
 dev/breeze/src/airflow_breeze/global_constants.py | 1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f101c851646..66551bb64b5 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -20,7 +20,7 @@
 
 # API
 /airflow-core/src/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar 
@jason810496
-/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar 
@jason810496 @bugraoz93 @shubhamraj-git
+/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar 
@jason810496 @bugraoz93 @shubhamraj-git @choo121600
 /airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
 
 # Airflow CTL
@@ -33,10 +33,10 @@
 /airflow-core/src/airflow/api_fastapi/auth/ @vincbeck
 
 # UI
-/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton 
@shubhamraj-git @guan404ming @vatsrahul1001
+/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton 
@shubhamraj-git @guan404ming @vatsrahul1001 @choo121600
 
 # UI e2e tests
-/airflow-core/src/airflow/ui/tests/e2e/ @vatsrahul1001
+/airflow-core/src/airflow/ui/tests/e2e/ @vatsrahul1001 @choo121600
 
 # Translation Owners (i18n)
 # Note: Non committer engaged translators are listed in comments prevent 
making file syntax invalid
@@ -52,7 +52,7 @@ airflow-core/src/airflow/ui/public/i18n/locales/hi/ 
@vatsrahul1001
 airflow-core/src/airflow/ui/public/i18n/locales/hu/ @jscheffl @potiuk # 
+@majorosdonat
 airflow-core/src/airflow/ui/public/i18n/locales/it/ @bbovenzi # + @aoelvp94
 airflow-core/src/airflow/ui/public/i18n/locales/ja/  @uranusjr @sekikn # + 
@rsanda
-airflow-core/src/airflow/ui/public/i18n/locales/ko/ @jscheffl @potiuk # + 
@choo121600 @kgw7401 @onestn @noeunkim
+airflow-core/src/airflow/ui/public/i18n/locales/ko/ @jscheffl @potiuk 
@choo121600 # + @kgw7401 @onestn @noeunkim
 airflow-core/src/airflow/ui/public/i18n/locales/nl/ @BasPH # + @DjVinnii
 airflow-core/src/airflow/ui/public/i18n/locales/pl/ @potiuk @mobuchowski # + 
@kacpermuda
 airflow-core/src/airflow/ui/public/i18n/locales/pt/ @potiuk  # + @aoelvp94 
@victoru2
diff --git a/airflow-core/docs/project.rst b/airflow-core/docs/project.rst
index 6d3fab3a638..39e09a46f46 100644
--- a/airflow-core/docs/project.rst
+++ b/airflow-core/docs/project.rst
@@ -111,6 +111,7 @@ Committers
 - Wei Lee (@Lee-W)
 - Xiaodong Deng (@XD-DENG)
 - Xinbin Huang (@xinbinhuang)
+- Yeonguk Choo (@choo121600)
 - Zhe You Liu (@jason810496)
 
 For the full list of contributors, take a look at `Airflow's GitHub
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py 
b/dev/breeze/src/airflow_breeze/global_constants.py
index 243da510275..5e3523b16a8 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -598,6 +598,7 @@ COMMITTERS = [
     "xinbinhuang",
     "yuqian90",
     "zhongjiajie",
+    "choo121600",
 ]
 
 

Reply via email to