Skip to content

Commit 3f51037

Browse files
meta(codeowners): Grant JS team co-codeownership of some files (#2911)
As the JavaScript SDK now co-owns the JS API portion of the Sentry CLI, they should also co-own the relevant files, so they can approve their own changes, when they only touch the JS API portion of the CLI.
1 parent ff7306e commit 3f51037

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
* @szokeasaurusrex @getsentry/owners-sentry-cli
22

3+
# Files co-owned by JavaScript SDK team
4+
/.cursor/rules/javascript-development.mdc @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
5+
/.npmignore @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
6+
/bin/ @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli # these are the JS "binaries"
7+
/js @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
8+
/package.json @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
9+
/scripts/*.js @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
10+
/tsconfig.json @getsentry/team-javascript-sdks @getsentry/owners-sentry-cli
11+
12+
# Files co-owned by Emerge Tools team
313
/apple-catalog-parsing @getsentry/emerge-tools @getsentry/owners-sentry-cli
414
/src/commands/build @getsentry/emerge-tools @getsentry/owners-sentry-cli
515
/src/utils/build @getsentry/emerge-tools @getsentry/owners-sentry-cli

0 commit comments

Comments
 (0)