-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The syntax for CODEOWNERS, as described by GitHub, permits multiple owners.
E.g.
/scripts/ @doctocat @octocat
code_ownership doesn't appear to support this (I've tried lots of permutations, none work. Documentation only ever references team in the singular). It'd be great if it were able to accept a comma separated string, one per line for the file type, or something like that 🤷. Allowing us to define multiple teams as owners of areas.
# .codeowner
Team One, Team Two
or
# @team Team One, Team Two
frostevent
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request