From 8c5c16bef9caa6f516920b80a14f1f490999143f Mon Sep 17 00:00:00 2001 From: Jan Bronicki Date: Tue, 29 Jul 2025 14:33:39 +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..4bad9fa --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# CODEOWNERS file for coreos-cloudinit +# 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