required 1 person from each team in github CODEOWNERS file?

Viewed 15

I just found out this is an OR

/path/to/dir @team @qa

and so 1 person from either team and the PR can be merged :(

I can also create parent team @parent to include @team and @qa

/path/to/dir @parent

but what I want is 1 person from each team before the PR can be merged.

Is there no way to do that? thanks, Dean

0 Answers
Related