Skip to content

Commit

Permalink
Fix labeler definitions (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbaszek committed Oct 24, 2020
1 parent 340f104 commit e4563ca
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/labeler.yml
@@ -1,11 +1,17 @@
area:api:
- any: ['api/']
- 'kibble/api/*'

area:ui:
- any: ['ui/']
- 'ui/*'

area:docs:
- any: ['docs/', '*.md']
- 'docs/*'
- '*.md'

area:dev:
- any: ['.github/', '.pre-commit.config.yaml', 'asf.yaml', 'Dockerfile*', 'docker*']
- '.github/'
- '.pre-commit.config.yaml'
- 'asf.yaml'
- 'Dockerfile*'
- 'docker*'
- 'setup.*'

0 comments on commit e4563ca

Please sign in to comment.