chore(CODEOWNERS)_: initial codeowners file (#6111)
This commit is contained in:
parent
c635575e8f
commit
9bc514805d
|
@ -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
|
Loading…
Reference in New Issue