mermaid/.github/pr-labeler.yml
Alois Klink 672a289909 style(pr-labeler): format .github/pr-labeler.yml
Change the formatting of .github/pr-labeler.yml to make `git diff`'s
easier to understand in a future commit.
2023-09-24 19:18:01 +01:00

14 lines
204 B
YAML

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