forked from CivicActions/guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
18 lines (16 loc) · 1.03 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Order is important. The last matching pattern has the most precedence.
# These owners will be the default owners for everything in the repo.
# * @CivicActions/civicactions-team
# These will automatically assign PRs that touch files in these directories to their respective teams for review.
docs/00-contributing/* @CivicActions/docs
docs/010-welcome-to-civicactions/* @CivicActions/civicactions-team
docs/02-about-us/* @CivicActions/civicactions-team
docs/030-policies/* @CivicActions/management @CivicActions/docs
docs/030-policies/security.md @CivicActions/management @CivicActions/docs @openprivacy
docs/05-engineering/* @CivicActions/engineering @CivicActions/docs
docs/06-project-management/* @CivicActions/pm @CivicActions/docs
docs/07-sales-and-marketing/* @CivicActions/civicactions-team @CivicActions/docs
docs/08-hr-admin/* @CivicActions/management @CivicActions/docs
docs/100-security/* @CivicActions/security @CivicActions/docs