File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,22 @@ inputs:
12
12
error :
13
13
description : ' A error message which will be returned in case of an error.'
14
14
required : true
15
+ excludeTitle :
16
+ description : ' Setting this input to true will exclude the Pull Request title from the check.'
17
+ required : false
18
+ default : ' false'
15
19
excludeDescription :
16
- description : ' Setting this input to 1 will exclude the Pull Request description from the check.'
20
+ description : ' Setting this input to true will exclude the Pull Request description from the check.'
21
+ required : false
22
+ default : ' false'
23
+ checkAllCommitMessages :
24
+ description : ' Setting this input to true will check all Pull Request commits'
25
+ required : false
26
+ default : ' false'
27
+ accessToken :
28
+ description : ' you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true'
17
29
required : false
18
- default : ' '
30
+ default : ' false '
19
31
runs :
20
32
using : node12
21
33
main : dist/index.js
You can’t perform that action at this time.
0 commit comments