-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add code owners for /shared/ and a catch-all
#20580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code owners for /shared/ and a catch-all
#20580
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.