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 <janbronicki@microsoft.com>
This commit is contained in:
Jan Bronicki 2025-07-29 14:24:23 +02:00
parent ba1db309c0
commit 53382d0e90
No known key found for this signature in database
GPG Key ID: 927BA722EE767DCD

5
CODEOWNERS Normal file
View File

@ -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