You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a CODEOWNERS file in .github/CODEOWNERS to help manage code review assignments and maintain clear ownership of different parts of the codebase.
# Each line is a file pattern followed by one or more owners.
2
+
# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3
+
4
+
# Default owner
5
+
*@hashicorp/team-ip-compliance
6
+
7
+
# Add override rules below. Each line is a file/folder pattern followed by one or more owners.
8
+
# Being an owner means those groups or individuals will be added as reviewers to PRs affecting
0 commit comments