diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..382a52f7 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file