This is an automated email from the ASF dual-hosted git repository.
Lee-W 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 4b925364105 Add owners for Java and Go SDKs (#69009)
4b925364105 is described below
commit 4b925364105cbe8871abe1cbbf96ace6e41f6086
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Fri Jun 26 14:44:54 2026 +0800
Add owners for Java and Go SDKs (#69009)
---
.github/CODEOWNERS | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 68536fe6e74..11887935420 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -163,7 +163,10 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ja
/task-sdk/ @ashb @kaxil @amoghrajesh
# Golang SDK
-/go-sdk/ @ashb @amoghrajesh
+/go-sdk/ @ashb @amoghrajesh @jason810496
+
+# Java SDK
+/java-sdk/ @uranusjr @jason810496
# Shared Libraries
/shared/ @ashb @amoghrajesh @potiuk