-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
28 lines (27 loc) · 992 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
28 lines (27 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# API Framework project code owners
#
# This file defines which teams own which part of the codebase. You must get
# sign-off from the owner or owners before committing to the main branch.
#
# The following teams are defined as owners:
# - @acquia/frameworks: The Frameworks team (JIRA: API)
#
# When using Github, the appropriate teams and people will be automatically
# added to your pull request as reviewers.
#
# Notes:
# - You must use ** to indicate to Github that it should treat all files
# with in a path, recursively, as owned by a team or person.
# - To allow a team to be added as a reviewer, the repository must be added to
# that team's list of repositories and set to allow writes. Repositories can
# be added via the Repositories tab on the team's page in Github.
#
# @see https://help.github.com/articles/about-codeowners/
#
#
# Default matching pattern
#
# Unless otherwise noted, new files are managed by the Frameworks team.
#
* @acquia/frameworks