forked from usemoss/moss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
17 lines (13 loc) · 665 Bytes
/
CODEOWNERS
File metadata and controls
17 lines (13 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file defines who owns which parts of the repository.
# Code owners are automatically requested for review when someone opens a pull request.
# Default owner for everything
* @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
# JavaScript/TypeScript SDKs and samples
/javascript/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
/next-js/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
/moss/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
# Python SDK and samples
/python/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
/cookbook/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster
# CI/CD Workflows
/.github/ @HarshaNalluru @yatharthk2 @r4ghu @CoderOMaster