diff --git a/.github/semantic.yml b/.github/semantic.yml index d94de2d..2b6009b 100644 --- a/.github/semantic.yml +++ b/.github/semantic.yml @@ -2,3 +2,21 @@ titleOnly: true allowMergeCommits: true allowRevertCommits: true + +types: + - feat + - fix + - docs + - style + - refactor + - test + - build + - ci + - chore + - revert + +scopes: + - api + - client + - testcontainers + - deps