-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
CODEOWNERS file for review requests #27499
Conversation
Interesting. I see 2 problems with CODEOWNERS:
So my preference would be to use CODEOWNERS only for files that are not covered by |
I suppose we could divide the file into two parts:
Cherry-picking shouldn't be an issue then I think. Otherwise, we indeed keep it as @edolstra suggested and later on try to implement some kind of bot that handles |
Please no generated files in the repository. This requires that people know how to run the generator and doesn't solve the code churn problem. |
@volth Regarding vulnerability roundups, the software tools @grahamc developed don't work reliably anymore. For instance, LWN discontinued its vulnerability database which we were using. We are currently looking at new tools like vulnix but that doesn't work on a nixpkgs checkout yet. The security team is nonetheless monitoring the relevant channels to deliver security updates in a timely manner. |
Why not just get rid of .mention-bot and put that in CODEOWNERS for now? It looks like CODEOWNERS is a little bit more standardized than mention bot and besides I don't think mention bot is even working now.
Chromium repos solve this problem by having OWNERS throughout their tree. This at least means that you only have to deal with fairly small OWNERS files (although it does probably litter the structure a bit). Does GitHub support this? |
Yes I can make that change. One thing by the way to think about. When opening PR's to forks of this repo, those listed in this file will be notified as well (if the fork has the |
Some time ago GitHub introduced the CODEOWNERS file. The file is similar to the MAINTAINERS file that was proposed in NixOS#13602. Code owners will automatically receive a review request.
because it hasn't been functioning anymore for a while now.
I've update the PR to now replace Unless there's feedback I'll merge this in 2 days. |
Looks good to me. |
LGTM |
Some time ago GitHub introduced the CODEOWNERS file. The file is similar to the MAINTAINERS file that was proposed in #13602. Code owners will automatically receive a review request.
I've added myself to the files I like to monitor. The mention-bot does not seem to function anymore so I suggest we replace it with this. In the future we may populate this file automatically.