Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To enhance the review process, specific teams and individuals are designated as code owners for different parts of the repository.
#
# Ownership rules:
# 1. The top three contributors to a directory are assigned as owners.
# 2. If a directory lacks active contributors, the dev team is assigned as a fallback.
# 3. Contributors with fewer than two commits are ignored.
#
# Ownership is determined dynamically using the following command:
# git log --since="24 months ago" --pretty=format:'%an' -- <path> | sort | uniq -c | sort -nr | head -n 3

* @votdev @ibrokethecloud @harvester/dev
Loading