This is an automated email from the ASF dual-hosted git repository.

eladkal 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 d12d3daa255 refactor: Limited myself as code owner of the msgraph 
modules, not the entire Azure provider (#64158)
d12d3daa255 is described below

commit d12d3daa25552093977387477dd006750002e01a
Author: David Blain <[email protected]>
AuthorDate: Tue Mar 24 12:16:02 2026 +0100

    refactor: Limited myself as code owner of the msgraph modules, not the 
entire Azure provider (#64158)
---
 .github/CODEOWNERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 66204692181..f09f5824451 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -99,7 +99,9 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W 
@jason810496 @guan
 /providers/hashicorp/ @hussein-awala
 /providers/informatica/ @RNHTTR # + @cetingokhan @sertaykabuk @umutozel
 /providers/keycloak/ @vincbeck @bugraoz93
-/providers/microsoft/azure/ @dabla
+/providers/microsoft/azure/docs/**/msgraph.rst @dabla
+/providers/microsoft/azure/src/**/msgraph.py @dabla
+/providers/microsoft/azure/tests/**/*msgraph.py @dabla
 /providers/openlineage/ @mobuchowski
 /providers/smtp/ @hussein-awala
 /providers/snowflake/ @potiuk

Reply via email to