This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 3a96e1e2857 Adding codeowners to task sdk (#48048)
3a96e1e2857 is described below
commit 3a96e1e2857264e58cdb4695a64d89d4d5f976a9
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Mar 21 16:17:38 2025 +0530
Adding codeowners to task sdk (#48048)
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8d6c6b2dae8..8e23addbe21 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -97,3 +97,6 @@ ISSUE_TRIAGE_PROCESS.rst @eladkal
# Migrations
/airflow/migrations/ @ephraimbuddy
/providers/fab/src/airflow/providers/fab/migrations/ @ephraimbuddy
+
+# AIP-72 - Task SDK
+/task-sdk/ @ashb @kaxil @amoghrajesh