Closed QuantumManiac closed 1 year ago
Later lines of the CODEOWNERS file takes precedence. Therefore, having two lines with a the "match all" (*) does not work as it will just use the later line to define it. This fix fixes it by putting all the "Catch-all" codeowners onto one line.
CODEOWNERS
*
This change is
Later lines of the
CODEOWNERS
file takes precedence. Therefore, having two lines with a the "match all" (*
) does not work as it will just use the later line to define it. This fix fixes it by putting all the "Catch-all" codeowners onto one line.This change is