forked from CivicActions/guidebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
24 lines (20 loc) · 1.14 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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/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/100-security/* @CivicActions/security @CivicActions/docs
# Require management approval to change CODEOWNERS
CODEOWNERS @CivicActions/management
# Legal review is REQUIRED for all changes to these sections
docs/08-hr-admin/ @CivicActions/legal
docs/030-policies/ @CivicActions/legal
docs/040-employee-handbook-us/ @CivicActions/legal
docs/045-employee-handbook-ca/ @CivicActions/legal