From 5ab6b51523b9528f2cf948b658fbf824e46798f2 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 11 Jun 2024 22:34:56 +0200 Subject: [PATCH] Secure the update directory --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 382a52f7..8f55b3ab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,9 @@ # 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