@@ -22,12 +22,12 @@ enabled: <boolean> # default: true
22
22
23
23
` ` ` yaml
24
24
# Validate the PR title, and ignore all commit messages
25
- titleOnly : <boolean> # default: false
25
+ titleOnly : <boolean> # default: true
26
26
` ` `
27
27
28
28
` ` ` yaml
29
29
# Validate all commit messages, and ignore the PR title
30
- commitsOnly : <boolean> # default: false
30
+ commitsOnly : <boolean> # default: true
31
31
` ` `
32
32
33
33
` ` ` yaml
@@ -38,7 +38,7 @@ titleAndCommits: <boolean> # default: false
38
38
` ` ` yaml
39
39
# If commitsOnly or titleAndCommits is set to true, then only a single commit needs to pass validation instead of every commit
40
40
# If neither of those options are set to true then this option is ignored
41
- anyCommit : <boolean> # default: false
41
+ anyCommit : <boolean> # default: verify if true merge
42
42
` ` `
43
43
44
44
` ` ` yaml
@@ -66,8 +66,7 @@ allowMergeCommits: <boolean> # default: false
66
66
` ` ` yaml
67
67
# Allow revert commits (e.g. 'Revert "fix: delete all tests"')
68
68
# If neither of commitsOnly or titleAndCommits is set to true then this option is ignored
69
- allowRevertCommits : <boolean> # default: false
70
- ` ` `
69
+ allowRevertCommits : <boolean> # default: true
71
70
72
71
` ` ` yaml
73
72
# Allows a custom URL for the "Details" link (which appears next to the success/failure message from the app) to be specified
@@ -76,4 +75,5 @@ targetUrl: <string> # default: https://github.com/Ezard/semantic-prs
76
75
77
76
# # Credits
78
77
79
- Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by [@zeke](https://github.com/zeke)
78
+ Heavily based on the [Semantic Pull Requests](https://github.com/zeke/semantic-pull-requests) GitHub App created by (https://github.com/)
79
+ author : sammyfilly
0 commit comments