-
-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (16 loc) · 1.14 KB
/
CODEOWNERS
File metadata and controls
18 lines (16 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* @szokeasaurusrex @getsentry/owners-sentry-cli
# Files co-owned by JavaScript SDK team
/.cursor/rules/javascript-development.mdc @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/.github/workflows/test_node.yml @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/.npmignore @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/bin/ @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli # these are the JS "binaries"
/lib @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/package.json @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/package-lock.json @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/scripts/*.js @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
/tsconfig.json @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
# Files co-owned by Emerge Tools team
/apple-catalog-parsing @getsentry/emerge-tools @getsentry/owners-sentry-cli
/src/commands/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
/src/utils/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
/tests/integration/build @getsentry/emerge-tools @getsentry/owners-sentry-cli