diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 00000000..b60ca2e9 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,13 @@ +enabled: true + +# Only check PR title +titleOnly: true + +types: + - feat + - fix + - refactor + - chore + - docs + - style + - test