dash/.github/semantic.yml

30 lines
325 B
YAML
Raw Normal View History

# https://github.com/zeke/semantic-pull-requests#configuration
titleOnly: true
scopes:
- consensus
- qt
- log
- mining
- net
- rpc/rest/zmq
- scripts
- utils
- wallet
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
- trivial
- backport