Configure CODEOWNERS for changes to RPC code (#5266)

To ensure changes to any RPC-related code are compatible with other services, such as Clio, the RPC team will be required to review them.
This commit is contained in:
Bart
2025-05-12 13:42:03 +01:00
committed by GitHub
parent 28f50cb7cf
commit c6c7c84355

8
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,8 @@
# Allow anyone to review any change by default.
*
# Require the rpc-reviewers team to review changes to the rpc code.
include/libxrpl/protocol/ @xrplf/rpc-reviewers
src/libxrpl/protocol/ @xrplf/rpc-reviewers
src/xrpld/rpc/ @xrplf/rpc-reviewers
src/xrpld/app/misc/ @xrplf/rpc-reviewers