From 14f696edf94d061af3b6afd545ae22f1d26d4e49 Mon Sep 17 00:00:00 2001 From: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:42:18 -0800 Subject: [PATCH] Update CODEOWNERS to add bix-framework The framework team should be an owner of solana offchain code --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 1ae99174c..cd6e09c34 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,6 +9,9 @@ # global ownership * @smartcontractkit/bix-build +# offchain code ownership +/pkg/solana @smartcontractkit/bix-framework @smartcontractkit/bix-build + # e2e test ownership /integration-tests @smartcontractkit/qa @smartcontractkit/bix-build