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