Skip to content

Commit 1f69c27

Browse files
committed
chore: change imperative default to false
1 parent 32e7402 commit 1f69c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
### `imperative`
119119

120120
- **Description**: check commit message is imperative mood.
121-
- Default: `true`
121+
- Default: `false`
122122

123123
### `dry-run`
124124

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ inputs:
3232
imperative:
3333
description: check commit message is in imperative mood
3434
required: false
35-
default: true
35+
default: false
3636
dry-run:
3737
description: run checks without failing
3838
required: false

0 commit comments

Comments
 (0)