From e7d0ca94d7f8c17cf09f87067bf6ed285ce4e473 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 11 Jun 2024 19:52:47 +0200 Subject: [PATCH] Added code owners for reviews & approvals --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS 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