Skip to content

Commit 4d9ea03

Browse files
authored
codeowners : use slash prefix for root files [no ci] (#16210)
This commit adds a leading slash to the paths of root-level files in the CODEOWNERS file. The motivation for this is that these might otherwise match files in subdirectories that have other/additional owners will override them. Refs: #16209 (comment)
1 parent 8ba548d commit 4d9ea03

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CODEOWNERS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
/tools/tokenize/ @ggerganov
9696
/tools/tts/ @ggerganov
9797
/vendor/ @ggerganov
98-
.clang-format @slaren
99-
.clang-tidy @slaren
100-
AUTHORS @ggerganov
101-
CMakeLists.txt @ggerganov
102-
CONTRIBUTING.md @ggerganov
103-
LICENSE @ggerganov
104-
README.md @ggerganov
105-
SECURITY.md @ggerganov
106-
requirements*.txt @CISC
98+
/.clang-format @slaren
99+
/.clang-tidy @slaren
100+
/AUTHORS @ggerganov
101+
/CMakeLists.txt @ggerganov
102+
/CONTRIBUTING.md @ggerganov
103+
/LICENSE @ggerganov
104+
/README.md @ggerganov
105+
/SECURITY.md @ggerganov
106+
/requirements*.txt @CISC

0 commit comments

Comments
 (0)