Skip to content

Commit 30b2b63

Browse files
Add AI Foundations as CODEOWNERs of AI plugins (#1482)
* Update CODEOWNERS to include new module owners * Update CODEOWNERS to include test directories * Comment edit * Remove CODEOWNERS for pydantic files Removed CODEOWNERS entries for pydantic.py and its tests. --------- Co-authored-by: tconley1428 <tconley1428@gmail.com>
1 parent d0ca632 commit 30b2b63

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@
33
# @temporalio/sdk will be requested for review when
44
# someone opens a pull request.
55
* @temporalio/sdk
6+
7+
8+
# Below are owners for modules in the temporalio/contrib/
9+
# and tests/contrib/ directories that are owned by teams
10+
# other than the SDK team. For each one, we add the owning team,
11+
# as well as @temporalio/sdk, so the SDK team can continue to
12+
# manage repo-wide concerns.
13+
/temporalio/contrib/google_adk_agents/ @temporalio/ai-sdk @temporalio/sdk
14+
/temporalio/contrib/langsmith/ @temporalio/ai-sdk @temporalio/sdk
15+
/temporalio/contrib/openai_agents/ @temporalio/ai-sdk @temporalio/sdk
16+
/tests/contrib/google_adk_agents/ @temporalio/ai-sdk @temporalio/sdk
17+
/tests/contrib/langsmith/ @temporalio/ai-sdk @temporalio/sdk
18+
/tests/contrib/openai_agents/ @temporalio/ai-sdk @temporalio/sdk

0 commit comments

Comments
 (0)