From c524ce3a2f398826c2312ed6000c7328e9ef0afa Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 9 Dec 2025 04:55:57 -0800 Subject: [PATCH] make jojodecayz and bigcat88 owners of partner node pricing (#7284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Allows partner node team to quickly approve/merge each other's PRs. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7284-make-jojodecayz-and-bigcat88-owners-of-partner-node-pricing-2c46d73d365081b08295d3204f8ca13c) by [Unito](https://www.unito.io) --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 922dc2cb2..05e8d324c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -25,6 +25,9 @@ # Link rendering /src/renderer/core/canvas/links/ @benceruleanlu +# Partner Nodes +/src/composables/node/useNodePricing.ts @jojodecayz @bigcat88 + # Node help system /src/utils/nodeHelpUtil.ts @benceruleanlu /src/stores/workspace/nodeHelpStore.ts @benceruleanlu