-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bfc10fe
commit b8b38b6
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# CODEOWNERS Best Practices | ||
# 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence." | ||
# Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority | ||
|
||
# global ownership | ||
* @smartcontractkit/bix-build | ||
|
||
# e2e test ownership | ||
/integration-tests @smartcontractkit/qa @smartcontractkit/bix-build | ||
|
||
# monitoring ownership | ||
/monitoring @smartcontractkit/realtime @smartcontractkit/bix-build | ||
|
||
# CI/CD | ||
/.github/** @smartcontractkit/qa @smartcontractkit/releng @smartcontractkit/bix-build |