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
33author : Wagner Santos
44inputs :
55 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
87 loaded as a fallback.
98 default : ./commitlint.config.mjs
109 required : false
1110 failOnWarnings :
1211 description : Whether you want to fail on warnings or not
13- default : ' false'
12+ default : " false"
1413 required : false
1514 failOnErrors :
1615 description : Whether you want to fail on errors or not
17- default : ' true'
16+ default : " true"
1817 required : true
1918 helpURL :
2019 description : Link to a page explaining your commit message convention
2120 default : https://github.com/conventional-changelog/commitlint/#what-is-commitlint
2221 required : false
2322 commitDepth :
2423 description : When set to a valid Integer value - X, considers only the latest X number of commits.
25- default : ' '
24+ default : " "
2625 required : false
2726 token :
2827 description : >
@@ -36,7 +35,7 @@ outputs:
3635 description : The error and warning messages for each one of the analyzed commits
3736runs :
3837 using : docker
39- image : docker://ghcr.io/yossisaadi/ commitlint-github-action:latest
38+ image : docker://wagoid/ commitlint-github-action:6.1.2
4039branding :
4140 icon : check-square
4241 color : blue
You can’t perform that action at this time.
0 commit comments