Skip to content

Commit 073d4f5

Browse files
Update README.md for codacy-review-label-action inputs
1 parent 1a4686f commit 073d4f5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)