Skip to content
Open
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
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

* @tsurdilo @temporalio/sdk @antmendoza

# SDK & Nexus teams share ownership of these files
/README.md @temporalio/sdk @temporalio/nexus
/build.gradle @temporalio/sdk @temporalio/nexus

# The Nexus team owns any folder whose name starts with "nexus"
/core/src/main/java/io/temporal/samples/nexus*/ @temporalio/nexus
/core/src/test/java/io/temporal/samples/nexus*/ @temporalio/nexus

# Below are owners for samples for modules
# that are owned by teams other than the SDK team.
# For each one, we add the owning team, as well as
Expand Down
Loading