Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
* @temporalio/sdk

# SDK & Nexus own the README, pyproject.toml, and uv.lock
/README.md @temporalio/sdk @temporalio/nexus
/pyproject.toml @temporalio/sdk @temporalio/nexus
/uv.lock @temporalio/sdk @temporalio/nexus

# The Nexus team owns any folder whose name starts or ends with "nexus",
# both at the repo root and under tests/
/nexus*/ @temporalio/nexus
Expand Down
Loading