forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update svm codeowners to avoid Cargo.lock reviews (#3822)
* Sort CODEOWNERS * Add empty codeowners line for /svm/examples/Cargo.lock
- Loading branch information
1 parent
e1ef052
commit e114e3b
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |