Skip to content

Commit

Permalink
style(pr-labeler): format .github/pr-labeler.yml
Browse files Browse the repository at this point in the history
Change the formatting of .github/pr-labeler.yml to make `git diff`'s
easier to understand in a future commit.
  • Loading branch information
aloisklink committed Sep 24, 2023
1 parent dc22189 commit 672a289
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
'Type: Bug / Error': ['bug/*', fix/*]
'Type: Enhancement': ['feature/*', 'feat/*']
'Type: Other': ['other/*', 'chore/*', 'test/*', 'refactor/*']
'Area: Documentation': ['docs/*']
'Type: Bug / Error':
- 'bug/*'
- 'fix/*'
'Type: Enhancement':
- 'feature/*'
- 'feat/*'
'Type: Other':
- 'other/*'
- 'chore/*'
- 'test/*'
- 'refactor/*'
'Area: Documentation':
- 'docs/*'

0 comments on commit 672a289

Please sign in to comment.