Secure the update directory

This commit is contained in:
Thorsten Sommer 2024-06-11 22:34:56 +02:00
parent 92ef8d7a9a
commit 5ab6b51523
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

3
.github/CODEOWNERS vendored
View File

@ -4,6 +4,9 @@
# The release team is responsible for anything inside the .github directory, such as workflows, actions, and issue templates: # The release team is responsible for anything inside the .github directory, such as workflows, actions, and issue templates:
/.github/ @MindWorkAI/release /.github/ @MindWorkAI/release
# The release team is responsible for the update directory:
/.updates/ @MindWorkAI/release
# Our Rust experts are responsible for the Rust codebase: # Our Rust experts are responsible for the Rust codebase:
/runtime/ @MindWorkAI/rust-experts /runtime/ @MindWorkAI/rust-experts