I have a simple repo that has branch protection / CODEOWNERs set to: * @team Is it possible to add a file / folder to CODEOWNER to make it be ignored? Ive trie
In Github CODEOWNERS, I want to set a rule for "directories that contains the word <TEAM_NAME>". I assume it'd be something like this if possible: src/**&
I'm hoping this is a really simple answer I've overlooked, but I have a repo on GitHub using CODEOWNERS and would like to do the following: # Default reviewers
Assuming I want to enforce on some directory (e.g. foobar) on my git repository hosted on GitHub a code owner. In the CODEOWNERS file I can specify: /foobar/**