ci: add empty CODEOWNERS file

Add an empty codeowner file redirecting to MAINTAINERSS.yml file for
clarity and to make some tooling happy.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-03-26 17:23:01 -04:00 committed by Benjamin Cabé
commit 56c5e93cb7
2 changed files with 5 additions and 0 deletions

4
CODEOWNERS Normal file
View file

@ -0,0 +1,4 @@
# Instead of the CODEOWNERS file, The Zephyr Project uses a custom format.
# See MAINTAINERS.yml for details.
#
# DO NOT EDIT THIS FILE.

View file

@ -25,6 +25,7 @@
.github/workflows/issues-report-config.json
.github/workflows/backport_issue_check.yml
MAINTAINERS.yml
CODEOWNERS
LICENSE
Makefile
doc/*