In a Git workflow, what is the role of a 'code owner' file (e.g., CODEOWNERS)?
-
A
It lists developers with admin privileges to the repository
-
B
It automatically assigns reviewers based on file paths when a pull request is opened
-
C
It defines which files are excluded from version control
-
D
It specifies the license owner for the codebase