This commit is contained in:
Mike
2021-01-29 10:12:21 -07:00
5 changed files with 40 additions and 7 deletions

14
.github/semantic.yml vendored Normal file
View File

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