diff --git a/README.md b/README.md index c9dd2de..848bbf0 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ jobs: ### `imperative` - **Description**: check commit message is imperative mood. -- Default: `true` +- Default: `false` ### `dry-run` diff --git a/action.yml b/action.yml index 5f164b1..cd82940 100644 --- a/action.yml +++ b/action.yml @@ -32,7 +32,7 @@ inputs: imperative: description: check commit message is in imperative mood required: false - default: true + default: false dry-run: description: run checks without failing required: false diff --git a/requirements.txt b/requirements.txt index f435380..e5d3b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Install commit-check CLI # For details please see: https://github.com/commit-check/commit-check -commit-check==0.10.0 +commit-check==0.10.1 # Interact with the GitHub API. PyGithub==2.6.1