Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit b0bdc0c

Browse files
committed
chore(semantic): modify rules for semantic pull requests
1 parent e0b080b commit b0bdc0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/semantic.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Always validate the PR title, and ignore the commits
2+
titleOnly: true
3+
4+
# Require at least one commit to be valid
5+
# this is only relevant when using commitsOnly: true or titleAndCommits: true,
6+
# which validate all commits by default
7+
anyCommit: true
8+
9+
# Allow use of Merge commits (eg on github: "Merge branch 'master' into feature/ride-unicorns")
10+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
11+
allowMergeCommits: true
12+
13+
# Allow use of Revert commits (eg on github: "Revert "feat: ride unicorns"")
14+
# this is only relevant when using commitsOnly: true (or titleAndCommits: true)
15+
allowRevertCommits: true

0 commit comments

Comments
 (0)