You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ You can supply these inputs to the `wagoid/commitlint-github-action@v3` step.
32
32
33
33
The path to your commitlint config file.
34
34
35
-
Default: `commitlint.config.js`
35
+
Default: `commitlint.config.cjs`
36
36
37
37
If the config file doesn't exist, [config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-conventional) settings will be loaded as a default fallback.
description: Commitlint config file. If the file doesn't exist, config-conventional settings will be
6
+
description:
7
+
Commitlint config file. If the file doesn't exist, config-conventional settings will be
7
8
loaded as a fallback.
8
-
default: ./commitlint.config.js
9
+
default: ./commitlint.config.cjs
9
10
required: false
10
11
firstParent:
11
12
description: >
12
13
When set to true, we follow only the first parent commit when seeing a merge commit. More info
13
14
in git-log docs https://git-scm.com/docs/git-log#Documentation/git-log.txt---first-parent
14
-
default: "true"
15
+
default: 'true'
15
16
required: false
16
17
failOnWarnings:
17
18
description: Whether you want to fail on warnings or not
18
-
default: "false"
19
+
default: 'false'
19
20
required: false
20
21
helpURL:
21
22
description: Link to a page explaining your commit message convention
0 commit comments