Add CODEOWNERS file for automated reviewer assignment (#3158)

This PR adds a CODEOWNERS file to automatically assign the appropriate maintainer team for pull request reviews, addressing the manual reviewer assignment issues outlined in https://github.com/flatcar/Flatcar/issues/1791.
This commit is contained in:
Jan Bronicki 2025-07-29 15:21:54 +02:00 committed by GitHub
commit b02823bf9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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