This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 1e80b2e9419c56faf355248d51c2b664344af8da Author: Vincent <[email protected]> AuthorDate: Wed Jun 28 14:15:02 2023 -0400 Add vincbeck as committer (#32240) (cherry picked from commit c947533dba02b443595068f403429e233a648faa) --- dev/breeze/src/airflow_breeze/global_constants.py | 1 + docs/apache-airflow/project.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index a362116106..bb032e7d5e 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -255,6 +255,7 @@ COMMITTERS = [ "turbaszek", "uranusjr", "vikramkoka", + "vincbeck", "xinbinhuang", "yuqian90", "zhongjiajie", diff --git a/docs/apache-airflow/project.rst b/docs/apache-airflow/project.rst index c41bab29e9..711d5d78b7 100644 --- a/docs/apache-airflow/project.rst +++ b/docs/apache-airflow/project.rst @@ -70,10 +70,12 @@ Committers - Kengo Seki (@sekikn) - Kevin Yang (@KevinYang21) - Leah Cole (@leahecole) +- Maciej Obuchowski (@mobuchowski) - Malthe Borch (@malthe) - Maxime "Max" Beauchemin (@mistercrunch) - Niko Oliveira (@o-nikolas) - Patrick Leo Tardif (@pltardif) +- Phani Kumar (@phanikumv) - Pierre Jeambrun (@pierrejeambrun) - Ping Zhang (@pingzh) - Qian Yu (@yuqian90) @@ -86,6 +88,7 @@ Committers - Tomasz Urbaszek (@turbaszek) - Tzu-ping Chung (@uranusjr) - Vikram Koka (@vikramkoka) +- Vincent Beck (@vincbeck) - Xiaodong Deng (@XD-DENG) - Xinbin Huang (@xinbinhuang)
