feat: added commitlint, semantic pr

This commit is contained in:
liyasthomas
2021-06-28 00:24:16 +05:30
parent 43b7e94974
commit a2354b5e9e
8 changed files with 1565 additions and 21 deletions

5
.github/semantic.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
# Always validate the PR title AND all the commits
titleAndCommits: true
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
allowMergeCommits: true