From 53382d0e90200da05b21f70f424e29db192cb8c5 Mon Sep 17 00:00:00 2001 From: Jan Bronicki Date: Tue, 29 Jul 2025 14:24:23 +0200 Subject: [PATCH] Add CODEOWNERS file for automated reviewer assignment This adds a CODEOWNERS file to automatically assign the appropriate maintainer team for pull request reviews, improving the review process and ensuring timely code review. Fixes: https://github.com/flatcar/Flatcar/issues/1791 Team assigned: @flatcar/flatcar-maintainers Signed-off-by: Jan Bronicki --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..6f37d3b8be --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS file for scripts +# This file defines who is responsible for code review +# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @flatcar/flatcar-maintainers