Add code owners for /shared/ and a catch-all#20580
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds code ownership for the /shared/ directory by assigning three specific reviewers as code owners. This addresses the current gap where no reviewers are automatically assigned for changes in the /shared/ directory (except for the /shared/quantum/ subfolder).
Key Changes
- Adds code ownership assignment for
/shared/directory to ensure automatic reviewer assignment
|
The code in |
|
@nicolaswill Yes, I have left the line related to that and my understanding is that because it is |
/shared//shared/ and a catch-all
|
I have created the team |
Currently no one is added as a reviewer, except in the
/shared/quantum/subfolder. I've made a new teamgithub/codeql-shared-libraries-reviewersfor this purpose, and added myself and two other volunteers to it.Also, there is no catch-all. That is, if none of the rules match, then no one will be tagged as a reviewer. I have added the existing team
github/codeql-alert-coverage-engin this role. The catch-all has to be put at the top of the file because the last line which matches a file has precedence.