Skip to content

Commit 607ccc7

Browse files
committed
chore(github): add semantic configuration
1 parent b099688 commit 607ccc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/semantic.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Always validate the PR title AND all the commits
2+
titleAndCommits: true
3+
# Allows use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
4+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
5+
allowMergeCommits: true

0 commit comments

Comments
 (0)