Skip to content

Commit

Permalink
update codeowners coverage (#10927)
Browse files Browse the repository at this point in the history
  • Loading branch information
RensR authored Oct 12, 2023
1 parent 7d18cf0 commit 4c76ff2
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,24 @@ core/scripts/gateway @bolekk @pinebit

# Contracts
/contracts/ @se3000 @connorwstein @RensR
/contracts/**/*Keeper* @smartcontractkit/keepers
/contracts/**/*Upkeep* @smartcontractkit/keepers
/contracts/**/*Functions* @smartcontractkit/functions

/contracts/srv/v0.8/automation @smartcontractkit/keepers
/contracts/**/*keeper* @smartcontractkit/keepers
/contracts/**/*upkeep* @smartcontractkit/keepers
/contracts/**/*automation* @smartcontractkit/keepers
/contracts/gas-snapshots/automation.gas-snapshot @smartcontractkit/keepers

/contracts/src/v0.8/functions @smartcontractkit/functions
/contracts/test/v0.8/functions @smartcontractkit/functions
/contracts/**/*functions* @smartcontractkit/functions
/contracts/gas-snapshots/functions.gas-snapshot @smartcontractkit/functions

/contracts/src/v0.8/llo-feeds @austinborn @Fletch153
/contracts/gas-snapshots/llo-feeds.gas-snapshot @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
/contracts/**/*vrf* @smartcontractkit/vrf-team

/contracts/src/v0.8/l2ep @simsonraj

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

0 comments on commit 4c76ff2

Please sign in to comment.