mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
672a289909
Change the formatting of .github/pr-labeler.yml to make `git diff`'s easier to understand in a future commit.
14 lines
204 B
YAML
14 lines
204 B
YAML
'Type: Bug / Error':
|
|
- 'bug/*'
|
|
- 'fix/*'
|
|
'Type: Enhancement':
|
|
- 'feature/*'
|
|
- 'feat/*'
|
|
'Type: Other':
|
|
- 'other/*'
|
|
- 'chore/*'
|
|
- 'test/*'
|
|
- 'refactor/*'
|
|
'Area: Documentation':
|
|
- 'docs/*'
|