Skip to content

Commit 53cb600

Browse files
authored
ci: Put CODEOWNERS in the correct folder (#11861)
Per the docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location > file called CODEOWNERS in the .github/, root, or docs/ directory of the repository, in the branch where you'd like to add the code owners. But also, in our case: > If CODEOWNERS files exist in more than one of those locations, GitHub will search for them in that order and use the first one it finds. So we just need the one file.
1 parent dc7b1f5 commit 53cb600

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/CODEOWNERS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
1+
packages/replay-internal @getsentry/replay-sdk-web
2+
packages/replay-worker @getsentry/replay-sdk-web
3+
packages/replay-canvas @getsentry/replay-sdk-web
4+
packages/feedback @getsentry/feedback-sdk
5+
dev-packages/browser-integration-tests/suites/replay @getsentry/replay-sdk-web

CODEOWNERS

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)