-
Notifications
You must be signed in to change notification settings - Fork 997
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CODEOWNERS file in .github/CODEOWNERS
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,13 @@ | ||
* @hashicorp/consul-core-reviewers @hashicorp/nomad-eng | ||
# Each line is a file pattern followed by one or more owners. | ||
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
/.release/ @hashicorp/release-engineering | ||
/.github/workflows/ci.yml @hashicorp/release-engineering | ||
# Default owner | ||
* @hashicorp/team-ip-compliance | ||
|
||
# Add override rules below. Each line is a file/folder pattern followed by one or more owners. | ||
# Being an owner means those groups or individuals will be added as reviewers to PRs affecting | ||
# those areas of the code. | ||
# Examples: | ||
# /docs/ @docs-team | ||
# *.js @js-team | ||
# *.go @go-team |