diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..52e966e --- /dev/null +++ b/.github/semantic.yml @@ -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