Skip to content
Merged
Show file tree
Hide file tree
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 .github/CODEOWNERS → .github/CODEOWNERSHIP
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@
# The sub modules should be ordered first by depth.
# Making sure we append new sub-module rules after exisiting modules rules.

###############################################################################
# IMPORTANT NOTE
# This file is intentionally not named CODEOWNERS to avoid getting picked up
# by GitHub's code owners -> review mechanism. For details see
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# and https://github.com/apache/tvm-rfcs/pull/58
#
# This file is kept to allow manual inspection of who is responsible for
# different segments of the codebase.
###############################################################################

##############################
# Top-level Fallbacks
##############################
Expand Down
2 changes: 1 addition & 1 deletion tests/lint/check_file_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"log4j.properties",
".clang-format",
".gitmodules",
"CODEOWNERS",
"CODEOWNERSHIP",
".scalafmt.conf",
"Cargo.lock",
"with_the_same_user",
Expand Down