From 63efaec06acf47a04f7874ac1794f95abf454518 Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Tue, 2 Sep 2025 11:11:01 -0500 Subject: [PATCH 1/2] ci: Make TSC and @a2a-bot the CODEOWNER for `types.py` --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 16a57e944..97a2bbcc2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,5 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -* @a2aproject/google-a2a-eng +* @a2aproject/google-a2a-eng +src/a2a/types.py @a2aproject/a2a-tsc @a2a-bot From 83f48bee61a7b8f06e2fd4ccba6b196ab55d38c5 Mon Sep 17 00:00:00 2001 From: Holt Skinner Date: Tue, 2 Sep 2025 11:11:36 -0500 Subject: [PATCH 2/2] Make Bot the only owner for types.py --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 97a2bbcc2..fb0634c1c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax * @a2aproject/google-a2a-eng -src/a2a/types.py @a2aproject/a2a-tsc @a2a-bot +src/a2a/types.py @a2a-bot