Skip to content

Commit

Permalink
Update CODEOWNERS (#1008)
Browse files Browse the repository at this point in the history
## Motivation
We want to have more people be able to approve PRs when we move to a
2-approval requirement

## Solution
Adds the CCIP-eng team as owners of CI and integration tests, as well as
adding @RayXpub and @elatoskinas to the onchain approvers.
  • Loading branch information
RensR authored Jun 13, 2024
1 parent dd7abaa commit b8ad704
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,20 @@ core/scripts/gateway @smartcontractkit/functions
/contracts/src/v0.8/vrf @smartcontractkit/vrf-team



# At the end, match any files missed by the patterns above
/contracts/scripts/native_solc_compile_all_events_mock @smartcontractkit/functions
# Remove changeset files from the codeowners
/contracts/.changeset


# Tests
/integration-tests/**/*ccip* @smartcontractkit/test-tooling-team @jasonmci @mateusz-sekara @emate
/integration-tests/**/*ccip* @smartcontractkit/test-tooling-team @jasonmci @smartcontractkit/ccip
/integration-tests/**/*keeper* @smartcontractkit/keepers
/integration-tests/**/*automation* @smartcontractkit/keepers
/integration-tests/**/*lm_* @smartcontractkit/liquidity-manager

# CI/CD
/.github/** @smartcontractkit/releng @smartcontractkit/test-tooling-team @jasonmci
/.github/** @smartcontractkit/releng @smartcontractkit/test-tooling-team @jasonmci @smartcontractkit/ccip
/.github/workflows/integration-tests.yml @smartcontractkit/test-tooling-team @jasonmci
/.github/workflows/**-tests.yml @smartcontractkit/test-tooling-team @jasonmci
/.github/workflows/integration-chaos-tests.yml @smartcontractkit/test-tooling-team @jasonmci
Expand Down Expand Up @@ -138,7 +137,7 @@ flake.lock @smartcontractkit/prodsec-public

# CCIP override
/core/ @smartcontractkit/ccip
/contracts/ @smartcontractkit/ccip-onchain @makramkd
/contracts/ @smartcontractkit/ccip-onchain @makramkd @elatoskinas @RayXpub

# CCIP LM
/core/services/ocr2/plugins/liquiditymanager/ @smartcontractkit/liquidity-manager
Expand Down

0 comments on commit b8ad704

Please sign in to comment.