Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Amann <[email protected]>
  • Loading branch information
kenji-miyake and amannn authored Feb 8, 2022
1 parent 81e4c84 commit afbb618
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,8 @@ The action works without configuration, however you can provide options for cust
# merge commit, and it's easy to commit this by mistake. Enable this option
# to also validate the commit message for one commit PRs.
validateSingleCommit: true
# When using "validateSingleCommit", even if you edit the PR title, the PR
# title is not used for the merge commit. Also, since it cannot detect an error
# as long as the commit message is semantic, it's easy to commit this by mistake.
# Enable this option to also validate if the PR title matches the commit title.
# Related to `validateSingleCommit` you can opt-in to validate that the PR
# title matches a single commit to avoid confusion.
validateSingleCommitMatchesPrTitle: true
# If you use Github Enterprise, you can set this to the URL of your server
githubBaseUrl: https://github.myorg.com/api/v3
Expand Down

0 comments on commit afbb618

Please sign in to comment.