Skip to content

Commit

Permalink
add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Nov 8, 2024
1 parent bfc10fe commit b8b38b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit b8b38b6

Please sign in to comment.