From f48d9a662825f1d0ce9a705e0d3236efc6de9742 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 23 Feb 2025 21:45:59 +0100 Subject: [PATCH] Removed the updates' directory rule --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8f55b3ab..382a52f7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,6 @@ # The release team is responsible for anything inside the .github directory, such as workflows, actions, and issue templates: /.github/ @MindWorkAI/release -# The release team is responsible for the update directory: -/.updates/ @MindWorkAI/release - # Our Rust experts are responsible for the Rust codebase: /runtime/ @MindWorkAI/rust-experts