File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # default GH actions token
2929 with :
30- include-drafts : false # optional, defaults to false
31- bots : false # optional, defaults to false
32- required-title-keywords : " ^feat:, docs" # optional, no default
33- exclude-title-keywords : " revert, ^draft, ^wip" # optional, no default
34- create-label : true # optional, defaults to true
35- label-color : " 050B1A" # optional hex color (without #) for new label
30+ include-drafts : false # optional, more details below
31+ bots : false # optional
32+ required-title-keywords : " ^feat:, docs" # optional
33+ exclude-title-keywords : " revert, ^draft, ^wip" # optional
34+ create-label : true # optional
35+ label-color : " 050B1A" # optional
3636` ` `
3737
3838## Inputs
You can’t perform that action at this time.
0 commit comments