From 0be4d6071d6e091b7454aa51208bbb497237083d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Feb 2025 21:46:38 +0100 Subject: [PATCH] Extended the .github rule --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 382a52f7..397114c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ * @MindWorkAI/maintainer # The release team is responsible for anything inside the .github directory, such as workflows, actions, and issue templates: -/.github/ @MindWorkAI/release +/.github/ @MindWorkAI/release @SommerEngineering # Our Rust experts are responsible for the Rust codebase: /runtime/ @MindWorkAI/rust-experts