From 9ab4c5b0afad16e38cb10cb2b691cff73dde4184 Mon Sep 17 00:00:00 2001 From: Jan Bronicki Date: Tue, 29 Jul 2025 14:36:36 +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 0000000..327b951 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS file for locksmith +# 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