fix(doc/ci): break rpc/rest/zmq into individual scopes, sort scopes (#5079)

This commit is contained in:
UdjinM6 2022-11-21 21:06:24 +03:00 committed by GitHub
parent 0db359a2ef
commit dbe3f71eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -36,11 +36,13 @@ jobs:
# Configure which scopes are allowed (newline delimited).
scopes: |
consensus
qt
log
mining
net
rpc/rest/zmq
qt
rest
rpc
scripts
utils
wallet
zmq

View File

@ -75,14 +75,16 @@ all available types and scopes, please see the
include:
- *consensus* for changes to consensus critical code
- *qt* for changes to dash-qt
- *log* Changes to log messages
- *mining* for changes to the mining code
- *net* for changes to the peer-to-peer network code
- *rpc/rest/zmq* for changes to the RPC, REST or ZMQ APIs
- *qt* for changes to dash-qt
- *rest* for changes to the REST APIs
- *rpc* for changes to the RPC APIs
- *scripts* for changes to the scripts and tools
- *utils* for changes to the utils and libraries
- *wallet* for changes to the wallet code
- *zmq* for changes to the ZMQ APIs
Examples: