From 42df56cac041077e471655579d6189a389c53882 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Tue, 26 Nov 2024 15:49:24 -0600 Subject: [PATCH] Add CODEOWNERS for SVM-related directories (#3749) * Add CODEOWNERS for SVM-related directories * Remove whitespace for sanity check --- .github/CODEOWNERS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000000000..9f791ebd04c9c3 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,17 @@ +# The SVM team is in the process of migrating these subdirectories to a new +# repo and would like to avoid introducing dependencies in the meantime. +/transaction-view/ @anza-xyz/svm +/programs/bpf_loader/ @anza-xyz/svm +/builtins-default-costs/ @anza-xyz/svm +/compute-budget/ @anza-xyz/svm +/programs/compute-budget/ @anza-xyz/svm +/fee/ @anza-xyz/svm +/programs/loader-v4/ @anza-xyz/svm +/log-collector/ @anza-xyz/svm +/program-runtime/ @anza-xyz/svm +/runtime-transaction/ @anza-xyz/svm +/svm/ @anza-xyz/svm +/svm-conformance/ @anza-xyz/svm +/svm-rent-collector/ @anza-xyz/svm +/svm-transaction/ @anza-xyz/svm +/programs/system/ @anza-xyz/svm