Skip to content

Commit

Permalink
Merge pull request #755 from mukeshjc/master
Browse files Browse the repository at this point in the history
Add CODEOWNERS file in CODEOWNERS
  • Loading branch information
mukeshjc authored Nov 19, 2024
2 parents 526dcd6 + 2ef9b10 commit 0a77f05
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
* @hashicorp/consul-core-reviewers
# 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

# Default owner
* @hashicorp/team-ip-compliance @hashicorp/consul-core-reviewers

# 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

0 comments on commit 0a77f05

Please sign in to comment.