File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,25 @@ description: Lints Pull Request commit messages with commitlint
3
3
author : Wagner Santos
4
4
inputs :
5
5
configFile :
6
- description :
7
- Commitlint config file. If the file doesn't exist, config-conventional settings will be
6
+ description : Commitlint config file. If the file doesn't exist, config-conventional settings will be
8
7
loaded as a fallback.
9
8
default : ./commitlint.config.mjs
10
9
required : false
11
10
failOnWarnings :
12
11
description : Whether you want to fail on warnings or not
13
- default : ' false'
12
+ default : " false"
14
13
required : false
15
14
failOnErrors :
16
15
description : Whether you want to fail on errors or not
17
- default : ' true'
16
+ default : " true"
18
17
required : true
19
18
helpURL :
20
19
description : Link to a page explaining your commit message convention
21
20
default : https://github.com/conventional-changelog/commitlint/#what-is-commitlint
22
21
required : false
23
22
commitDepth :
24
23
description : When set to a valid Integer value - X, considers only the latest X number of commits.
25
- default : ' '
24
+ default : " "
26
25
required : false
27
26
token :
28
27
description : >
@@ -36,7 +35,7 @@ outputs:
36
35
description : The error and warning messages for each one of the analyzed commits
37
36
runs :
38
37
using : docker
39
- image : docker://ghcr.io/yossisaadi/ commitlint-github-action:latest
38
+ image : docker://wagoid/ commitlint-github-action:6.1.2
40
39
branding :
41
40
icon : check-square
42
41
color : blue
You can’t perform that action at this time.
0 commit comments