Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

CODEOWNERS: Fix * owners (#151)

authored by

Cassidy James Blaede and committed by
GitHub
d0d196cb fcc3e234

+3 -5
+3 -5
.github/CODEOWNERS
··· 1 1 # CODEOWNERS file for managing repository permissions 2 2 # Format: path-pattern @username @org/team-name 3 3 4 - # Maintainers; see https://roostorg.github.io/community/roles.html#maintainers 5 - * @EXBreder @haileyok @vinaysrao1 6 - 7 - # Other trusted contributors 8 - * @roostorg/roosters @roostorg/discord 4 + # Maintainers, plus ROOST-maintained teams of other trusted contributors 5 + # See https://roostorg.github.io/community/roles.html#maintainers 6 + * @EXBreder @haileyok @vinaysrao1 @roostorg/roosters @roostorg/discord 9 7 10 8 # Docs contributors 11 9 docs/ @roostorg/roosters