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.

chore: clarify maintainers in CODEOWNERS (#118)

authored by

Cassidy James Blaede and committed by
GitHub
ee3834ed 2a4b964b

+6 -3
+6 -3
.github/CODEOWNERS
··· 1 1 # CODEOWNERS file for managing repository permissions 2 - # Format: path-pattern @username @team-name 2 + # Format: path-pattern @username @org/team-name 3 + 4 + # Maintainers: Default owners for all files 5 + * @EXBreder @haileyok @vinaysrao1 3 6 4 - # Default owners for all files - team OR any individual can approve 5 - * @roostorg/roosters @EXBreder @ayubun @haileyok @jaredmiller13 @BinaryFiddler @cmttt 7 + # Docs contributors 8 + docs/ @roostorg/roosters