Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

codeowners: Expand scope #4534

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,31 @@
# Order in this file is important. Only the last match will be
# used. See https://help.github.com/articles/about-code-owners/

*.md @kata-containers/documentation
# Default rule
* @kata-containers/tests

VERSION @kata-containers/release

# The versions database needs careful handling
versions.yaml @kata-containers/ci @kata-containers/release @kata-containers/tests

*.md @kata-containers/documentation

.ci/ @kata-containers/ci @kata-containers/tests

# FIXME: need to create the "tools" team
/cmd/ @kata-containers/tools

/lib/ @kata-containers/ci

# FIXME: need to create the "functional-tests" team
/functional/ @kata-containers/functional-tests

# FIXME: need to create the "integration-tests" team
/integration/ @kata-containers/integration-tests

# FIXME: need to create the "metrics" team
/metrics/ @kata-containers/metrics

# FIXME: need to create the "platforms" team (arch is too similar to the AC!)
**/arch/ @kata-containers/platforms