Skip to content

Commit e4a552a

Browse files
authored
Merge pull request #34 from maevsi/chore/github/semantic-pr
chore(github): add semantic pull request configuration
2 parents bb99912 + b7b1cfd commit e4a552a

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)