Skip to content

Commit

Permalink
chore: update codeowners (#10888)
Browse files Browse the repository at this point in the history
Update CODEOWNERS to specify more fine-grained ownership over specific
contracts in the contracts/ directory, as well as some other misc code
ownership in various vrf-related directories and files.
  • Loading branch information
makramkd authored Oct 9, 2023
1 parent e3929dd commit a40a6a8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CODEOWNERS Best Practices
# 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence."
# 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

# Misc
Expand Down Expand Up @@ -37,6 +37,10 @@
# VRF-related services
/core/services/vrf @smartcontractkit/vrf-team
/core/services/blockhashstore @smartcontractkit/vrf-team
/core/services/blockheaderfeeder @smartcontractkit/vrf-team
/core/services/pipeline/task.vrf.go @smartcontractkit/vrf-team
/core/services/pipeline/task.vrfv2.go @smartcontractkit/vrf-team
/core/services/pipeline/task.vrfv2plus.go @smartcontractkit/vrf-team
/core/services/ocr2/plugins/dkg @smartcontractkit/vrf-team
/core/services/ocr2/plugins/ocr2vrf @smartcontractkit/vrf-team

Expand Down Expand Up @@ -74,6 +78,10 @@ core/scripts/gateway @bolekk @pinebit
/contracts/src/v0.8/functions @smartcontractkit/functions
/contracts/test/v0.8/functions @smartcontractkit/functions
/contracts/src/v0.8/llo-feeds @austinborn @Fletch153
/contracts/src/v0.8/vrf @smartcontractkit/vrf-team
/contracts/src/v0.8/dev/vrf @smartcontractkit/vrf-team
/contracts/src/v0.8/dev/BlockhashStore.sol @smartcontractkit/vrf-team
/contracts/src/v0.8/dev/VRFConsumerBaseV2Upgradeable.sol @smartcontractkit/vrf-team

# Tests
/integration-tests/ @smartcontractkit/test-tooling-team
Expand Down

0 comments on commit a40a6a8

Please sign in to comment.