From e114e3bc4f12d6da687344dc8eb85e36738ef9c5 Mon Sep 17 00:00:00 2001 From: Will Hickey Date: Wed, 27 Nov 2024 12:34:06 -0600 Subject: [PATCH] Update svm codeowners to avoid Cargo.lock reviews (#3822) * Sort CODEOWNERS * Add empty codeowners line for /svm/examples/Cargo.lock --- .github/CODEOWNERS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f791ebd04c9c3..59abc68d3d6988 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,17 +1,18 @@ # 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 +/programs/bpf_loader/ @anza-xyz/svm +/programs/compute-budget/ @anza-xyz/svm +/programs/loader-v4/ @anza-xyz/svm +/programs/system/ @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 +/svm/ @anza-xyz/svm +/svm/examples/Cargo.lock +/transaction-view/ @anza-xyz/svm