Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
feat: Create labeler.yml (#30)
Browse files Browse the repository at this point in the history
* Create labeler.yml

* add words
  • Loading branch information
scffs authored Dec 8, 2023
1 parent b5264e9 commit efa98f8
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
numLabels: 40
excludeLabels:
- pinned
custom:
- location: title
keywords:
- 'chore'
- 'little'
labels:
- '[Common]'
- location: title
keywords:
- 'backend'
- 'server'
- 'api'
labels:
- API
- location: title
keywords:
- 'frontend'
- 'web'
- 'layout'
labels:
- Web
- location: title
keywords:
- 'BREAKING CHANGE'
- 'big'
- 'huge'
labels:
- '[Global]'
- location: title
keywords:
- 'shared'
labels:
- Shared
- location: title
keywords:
- 'docs'
labels:
- documentation
- location: title
keywords:
- 'deps'
- 'dependencies'
labels:
- dependencies
- location: title
keywords:
- 'question'
- '?'
labels:
- question

0 comments on commit efa98f8

Please sign in to comment.