Skip to content

Commit 8267db1

Browse files
committed
docs: update readme, add scope infomration
1 parent 3ae6b82 commit 8267db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]'
163163
ticket_key_regex: '^PROJECT-\\d{2,5}$'
164164
custom_labels: '{"feat": "feature", "fix": "fix", "docs": "documentation", "test": "test", "ci": "CI/CD", "refactor": "refactor", "perf": "performance", "chore": "chore", "revert": "revert", "wip": "WIP"}'
165-
add_scope_labels: 'true'
165+
add_scope_label: 'true'
166166
```
167167

168168
For this configuration, the following PR title is valid: `feat: PROJECT-12345 add new feature`.

0 commit comments

Comments
 (0)