File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,18 @@ inputs:
88 description : ' git fetch depth when checking out the repository'
99 required : false
1010 default : " 0"
11- base-branch : # id of input
11+ base-branch :
1212 description : ' base branch to lint from'
1313 required : false
1414 default : " main"
1515 create-review :
1616 description : ' Creates a pull request review'
1717 required : false
1818 default : " true"
19+ comment-drafts :
20+ description : ' Create comments on draft pull requests'
21+ required : false
22+ default : " false"
1923 version :
2024 description : ' go conventional commit version to run'
2125 required : false
4145 - name : " Lint commits"
4246 shell : bash
4347 run : |
44- convcommitlint -b ${{ inputs.base-branch }} --create-review=${{ inputs.create-review }}
45-
46-
47-
48-
48+ convcommitlint -b ${{ inputs.base-branch }} --create-review=${{ inputs.create-review }} --comment-drafts=${{ inputs.comment-drafts }}
You can’t perform that action at this time.
0 commit comments