From 368af2b7395ff3958dd9855a3547737c7f34efd9 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Mon, 24 Feb 2025 13:15:27 -0800 Subject: [PATCH] chore: set up codeowners for web team --- .github/CODEOWNERS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..0ca62bb0c1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,23 @@ +apps/api-reference @pyth-network/web-team +apps/entropy-debugger @pyth-network/web-team +apps/insights @pyth-network/web-team +apps/staking @pyth-network/web-team +packages/app-logger @pyth-network/web-team +packages/component-library @pyth-network/web-team +packages/fonts @pyth-network/web-team +packages/known-publishers @pyth-network/web-team +packages/next-root @pyth-network/web-team +Dockerfile.node @pyth-network/web-team +lerna.json @pyth-network/web-team +package.json @pyth-network/web-team +pnpm-workspace.yaml @pyth-network/web-team +turbo.json @pyth-network/web-team +.npmrc @pyth-network/web-team +.nvmrc @pyth-network/web-team +.github/workflows/publish-js.yml @pyth-network/web-team +.github/workflows/ci-turbo-build.yml @pyth-network/web-team +.github/workflows/ci-turbo-test.yml @pyth-network/web-team + +flake.lock @cprussin +*.nix @cprussin +.envrc @cprussin