From 895522200bd08123a3401b7056ad0c3d648c4e72 Mon Sep 17 00:00:00 2001 From: karen-stepanyan <91897037+karen-stepanyan@users.noreply.github.com> Date: Fri, 21 Feb 2025 12:31:31 +0400 Subject: [PATCH] add data-feeds deployment folder and codeowner (#16500) * add data-feeds deployment folder and codeowner * README change --- .github/CODEOWNERS | 1 + deployment/data-feeds/README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 deployment/data-feeds/README.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3a8c82cffae..854437a44b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -148,6 +148,7 @@ core/scripts/gateway @smartcontractkit/dev-services /deployment/ccip @smartcontractkit/ccip-tooling @smartcontractkit/ccip-offchain @smartcontractkit/core @smartcontractkit/deployment-automation /deployment/keystone @smartcontractkit/keystone @smartcontractkit/core @smartcontractkit/deployment-automation /deployment/ccip/changeset/solana @smartcontractkit/solana-tooling @smartcontractkit/core @smartcontractkit/deployment-automation +/deployment/data-feeds @smartcontractkit/data-feeds-engineers @smartcontractkit/core @smartcontractkit/deployment-automation # TODO: As more products add their deployment logic here, add the team as an owner # CI/CD diff --git a/deployment/data-feeds/README.md b/deployment/data-feeds/README.md new file mode 100644 index 00000000000..c9d8d96f6ed --- /dev/null +++ b/deployment/data-feeds/README.md @@ -0,0 +1,3 @@ +### Data Feeds Deployments and Configurations + +This folder contains workflows for deploying and configuring Data Feeds contracts.