Added code owners for reviews & approvals

This commit is contained in:
Thorsten Sommer 2024-06-11 19:52:47 +02:00
parent 5049c8c55d
commit e7d0ca94d7
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

11
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,11 @@
# The default rule is that the maintainers are responsible for everything:
* @MindWorkAI/maintainer
# The release team is responsible for anything inside the .github directory, such as workflows, actions, and issue templates:
/.github/ @MindWorkAI/release
# Our Rust experts are responsible for the Rust codebase:
/runtime/ @MindWorkAI/rust-experts
# Our .NET experts are responsible for the .NET codebase:
/app/ @MindWorkAI/net-experts