debian-forge/CODEOWNERS
Line: 8: incorrect codeowner user: dustymabe Line: 8: incorrect codeowner user: jlebon Line: 8: incorrect codeowner user: ravanelli Line: 8: no users/groups matched
Renata Ravanelli ca25b07c5c CODEOWNERS: Assign ownership for CoreOS-related files
- Introduce a CODEOWNERS file to designate the CoreOS team as responsible for maintaining files related to CoreOS.
- This change ensures collaborative support, alleviating the burden solely on the osbuild team.
- By assigning ownership, we aim to enhance code quality and responsiveness to issues affecting CoreOS.

Signed-off-by: Renata Ravanelli <rravanel@redhat.com>
2024-12-05 09:28:59 +01:00

9 lines
292 B
Text

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# More details are here: https://help.github.com/articles/about-codeowners/
# Specify code ownership for files containing 'coreos' in the filename
*coreos* @dustymabe @jlebon @ravanelli