mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix(doc/ci): break rpc/rest/zmq
into individual scopes, sort scopes (#5079)
This commit is contained in:
parent
0db359a2ef
commit
dbe3f71eab
6
.github/workflows/semantic-pull-request.yml
vendored
6
.github/workflows/semantic-pull-request.yml
vendored
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user