This is an automated email from the ASF dual-hosted git repository.
shahar1 pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 520346f16e6 [v3-3-test] Add owners for Java and Go SDKs (#69009)
(#69012)
520346f16e6 is described below
commit 520346f16e6c20d2b120df7e106fb1253d8b4830
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 26 10:09:51 2026 +0300
[v3-3-test] Add owners for Java and Go SDKs (#69009) (#69012)
(cherry picked from commit 4b925364105cbe8871abe1cbbf96ace6e41f6086)
Co-authored-by: Tzu-ping Chung <[email protected]>
---
.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