generated from dbt-labs/dbt-oss-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This file contains the code owners for the dbt-common repo. | ||
# PRs will be require review from the associated | ||
# team(s) or person(s) that touches any files that are mapped to them. | ||
# | ||
# A statement takes precedence over the statements above it so more general | ||
# assignments are found at the top with specific assignments being lower in | ||
# the ordering (i.e. catch all assignment should be the first item) | ||
# | ||
# Consult GitHub documentation for formatting guidelines: | ||
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file | ||
|
||
# As a default for areas with no assignment, | ||
# the core team as a whole will be assigned | ||
* @dbt-labs/core-team |