AI-Studio/.github/CODEOWNERS

14 lines
531 B
Plaintext
Raw Normal View History

2024-06-23 17:33:21 +00:00
# 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
# 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
# Our .NET experts are responsible for the .NET codebase:
/app/ @MindWorkAI/net-experts