From 56c5e93cb746f8c6b031ed20285afa8ef72b3ed4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 26 Mar 2025 17:23:01 -0400 Subject: [PATCH] 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 --- CODEOWNERS | 4 ++++ scripts/ci/twister_ignore.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000000..54110c3f9a5 --- /dev/null +++ b/CODEOWNERS @@ -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. diff --git a/scripts/ci/twister_ignore.txt b/scripts/ci/twister_ignore.txt index 96dfdfd83d5..846495d6ce6 100644 --- a/scripts/ci/twister_ignore.txt +++ b/scripts/ci/twister_ignore.txt @@ -25,6 +25,7 @@ .github/workflows/issues-report-config.json .github/workflows/backport_issue_check.yml MAINTAINERS.yml +CODEOWNERS LICENSE Makefile doc/*