Skip to content

Commit

Permalink
Merge pull request #423 from TPC-Council/codeowners
Browse files Browse the repository at this point in the history
Add CODEOWNERS
  • Loading branch information
abondvt89 committed Sep 6, 2022
2 parents 5757a6c + 7a9def0 commit 2acc87f
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 @@
# The CODEOWNERS mechanism determines who must review changes to files in the repository.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# In particular, team auto-assignment has been configured to ensure that multiple
# members of the Code Maintenance Team are assigned as reviewers, as per TPC
# Procedures, rather than the Github default of one.
# https://docs.github.com/en/enterprise-cloud@latest/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team

# Files in root directory
* @TPC-Council/hammerdb-code-maintenance-team

# Files in any directory
/** @TPC-Council/hammerdb-code-maintenance-team

0 comments on commit 2acc87f

Please sign in to comment.