-
Notifications
You must be signed in to change notification settings - Fork 208
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (24 loc) · 1.61 KB
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (24 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @temporalio/sdk will be requested for review when
# someone opens a pull request.
* @temporalio/sdk
# Below are owners for modules in the temporalio/contrib/
# and tests/contrib/ directories that are owned by teams
# other than the SDK team. For each one, we add the owning team,
# as well as @temporalio/sdk, so the SDK team can continue to
# manage repo-wide concerns.
/temporalio/contrib/google_adk_agents/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/google_genai/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/langgraph/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/langsmith/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/openai_agents/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/strands/ @temporalio/ai-sdk @temporalio/sdk
/temporalio/contrib/workflow_streams/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/google_adk_agents/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/google_genai/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/langgraph/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/langsmith/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/openai_agents/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/strands/ @temporalio/ai-sdk @temporalio/sdk
/tests/contrib/workflow_streams/ @temporalio/ai-sdk @temporalio/sdk