Files
rpc/.github/semantic.yml
2021-01-24 16:36:12 -07:00

15 lines
219 B
YAML

allowMergeCommits: true
# Always validate the PR title AND all the commits
titleAndCommits: true
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- revert