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 bdebd53f2fe Add `vincbeck` as owner of fab provider, common messaging 
provider and auth manager (#48080)
bdebd53f2fe is described below

commit bdebd53f2fe769aaaa5d0d90af40e6e9af92204f
Author: Vincent <[email protected]>
AuthorDate: Fri Mar 21 16:20:00 2025 -0400

    Add `vincbeck` as owner of fab provider, common messaging provider and auth 
manager (#48080)
---
 .github/CODEOWNERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 0075409ade1..5316b154392 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,6 +26,9 @@
 /airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar
 /airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
 
+# Auth manager
+/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck
+
 # UI
 /airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton 
@jscheffl
 
@@ -58,9 +61,11 @@
 /providers/amazon/ @eladkal @o-nikolas
 /providers/celery/ @hussein-awala
 /providers/cncf/kubernetes @jedcunningham @hussein-awala
+/providers/common/messaging/ @vincbeck
 /providers/common/sql/ @eladkal
 /providers/dbt/cloud/ @josh-fell
 /providers/edge/ @jscheffl
+/providers/fab/ @vincbeck
 /providers/hashicorp/ @hussein-awala
 /providers/openlineage/ @mobuchowski
 /providers/slack/ @eladkal

Reply via email to