Skip to content

Commit ac3a97a

Browse files
committedNov 21, 2020
ci: configure semantic-pull-requests
1 parent aaefd01 commit ac3a97a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎.github/semantic.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
2+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
3+
allowMergeCommits: true
4+
# Allow use of Revert commits (eg on github: "Revert "feat: ride unicorns"")
5+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
6+
allowRevertCommits: true

0 commit comments

Comments
 (0)
Please sign in to comment.