ci: add types for conventional commits

Signed-off-by: Mike <michael.johanson@intel.com>
This commit is contained in:
Mike
2021-01-24 16:36:12 -07:00
parent a889f91cdc
commit c1fbf6aa39

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