mermaid/.github/pr-labeler.yml

14 lines
204 B
YAML
Raw Normal View History

'Type: Bug / Error':
- 'bug/*'
- 'fix/*'
'Type: Enhancement':
- 'feature/*'
- 'feat/*'
'Type: Other':
- 'other/*'
- 'chore/*'
- 'test/*'
- 'refactor/*'
'Area: Documentation':
- 'docs/*'