Merge pull request #22 from open-amt-cloud-toolkit/semantic

ci: add types for conventional commits
This commit is contained in:
Mike
2021-01-28 20:55:08 -07:00
committed by GitHub

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