Skip to content

Commit

Permalink
Merge pull request #72 from hashicorp/add-codeowners
Browse files Browse the repository at this point in the history
Add CODEOWNERS file in .github/CODEOWNERS
  • Loading branch information
mukeshjc authored Nov 20, 2024
2 parents 6004eb1 + 1030616 commit 82d53ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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

# 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 82d53ea

Please sign in to comment.