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: add ROOSTers and Discord teams (#150)

authored by

Cassidy James Blaede and committed by
GitHub
dcdbba0b 941f169e

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