-
Notifications
You must be signed in to change notification settings - Fork 11
Tool for generating/maintaining/auditing CODEOWNER file #27
Comments
I am curious, which commands could use that? |
@jasnell can you point to any doc or the existing CODEOWNERS files? I touch a quick look in the src directory but I did not see it. |
@BridgeAR thanks ! |
Currently, the We could augment that by having the Github bot automatically do those notifications for us based on Another idea would be having |
@jasnell Maybe we should replace the teams in CODEOWNERS with teams that have write access? Otherwise it does not seem to be useful to have them anyway. |
By the way ncu already has code (for |
I was wondering. If we're overriding GitHub, then we already have the bot doing it's black magic for tags. IMHO we should reuse that for |
Along the lines of what @refack mentioned, would it be easier, for now, to avoid CODEOWNERS and handle all of this in |
So my only question there is how we would best manage those mappings in the GitHub bot. Otherwise tho, I'm perfectly fine with that approach so long as it works :) |
I think we just need to make sure that the labels match the team names? |
Unarchived this repo so I could close all the PRs and issues. Will re-archive when I'm done. |
In the core repo we are experimenting with the use of
CODEOWNERS
file. It's going to require some maintenance and iteration to get correct. At some point, we may want to have some tooling to automate maintenance and auditing of the file so that it is correct.There are also other ways the CODEOWNERS can be leveraged... For instance, ncu could include a
git
command that uses the CODEOWNERS file to identify who would be notified for any given set of commits.The text was updated successfully, but these errors were encountered: