chore(CODEOWNERS)_: initial codeowners file (#6111)

This commit is contained in:
Igor Sirotin 2024-11-28 23:35:47 +00:00 committed by GitHub
parent c635575e8f
commit 9bc514805d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,16 @@
# No default owner
# CI-related changes
Makefile @status-im/devops @status-im/status-go-guild
default.nix @status-im/devops
shell.nix @status-im/devops
/nix/ @status-im/devops
/_assets/build/ @status-im/devops
/_assets/ci/ @status-im/devops
/_assets/hooks/ @status-im/devops
/_assets/scripts/ @status-im/devops
# Custom ownership for specific folders
# Feel free to add yourself for any new packages you implement.
/cmd/status-backend @igor-sirotin
/internal/sentry @igor-sirotin