Skip to content

Commit 4322edc

Browse files
authored
Update README.md
1 parent 507b8cc commit 4322edc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ enabled: <boolean> # default: true
2222
2323
```yaml
2424
# Validate the PR title, and ignore all commit messages
25-
titleOnly: <boolean> # default: false
25+
titleOnly: <boolean> # default: true
2626
```
2727
2828
```yaml
2929
# Validate all commit messages, and ignore the PR title
30-
commitsOnly: <boolean> # default: false
30+
commitsOnly: <boolean> # default: true
3131
```
3232
3333
```yaml
@@ -38,7 +38,7 @@ titleAndCommits: <boolean> # default: false
3838
```yaml
3939
# If commitsOnly or titleAndCommits is set to true, then only a single commit needs to pass validation instead of every commit
4040
# 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
4242
```
4343
4444
```yaml
@@ -66,8 +66,7 @@ allowMergeCommits: <boolean> # default: false
6666
```yaml
6767
# Allow revert commits (e.g. 'Revert "fix: delete all tests"')
6868
# 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
7170

7271
```yaml
7372
# 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
7675

7776
## Credits
7877

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

Comments
 (0)