Skip to content

Commit

Permalink
CODEOWNERS (#618)
Browse files Browse the repository at this point in the history
* preliminary codeowners

* fix devx team name

* update to codeowners
  • Loading branch information
aalu1418 committed Mar 29, 2024
1 parent f7f633e commit c1fd2e6
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

# gauntlet ownership
/gauntlet @smartcontractkit/devx @smartcontractkit/bix-build

# relayer ownership
/pkg @smartcontractkit/bix-build

0 comments on commit c1fd2e6

Please sign in to comment.