Skip to content

Commit

Permalink
Add CODEOWNERS for SVM-related directories (#3749)
Browse files Browse the repository at this point in the history
* Add CODEOWNERS for SVM-related directories

* Remove whitespace for sanity check
  • Loading branch information
willhickey authored Nov 26, 2024
1 parent 8d1ef48 commit 42df56c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42df56c

Please sign in to comment.