Skip to content

Commit

Permalink
add codeowners file
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 8, 2024
1 parent 8465d07 commit 35328ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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

# The rules are evaluated in order, if a file matches multiple patterns, the last match "wins".
# We want to have a default rule for all files
* @hashicorp/terraform-core

0 comments on commit 35328ac

Please sign in to comment.