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.
This commit is contained in:
Alois Klink
2023-09-24 18:29:55 +01:00
parent dc22189eef
commit 672a289909

View File

@@ -1,4 +1,13 @@
'Type: Bug / Error': ['bug/*', fix/*] 'Type: Bug / Error':
'Type: Enhancement': ['feature/*', 'feat/*'] - 'bug/*'
'Type: Other': ['other/*', 'chore/*', 'test/*', 'refactor/*'] - 'fix/*'
'Area: Documentation': ['docs/*'] 'Type: Enhancement':
- 'feature/*'
- 'feat/*'
'Type: Other':
- 'other/*'
- 'chore/*'
- 'test/*'
- 'refactor/*'
'Area: Documentation':
- 'docs/*'