chore: update .github files

This commit is contained in:
2024-12-01 09:33:20 -07:00
parent 83717f0bdc
commit f1d2f8b468
7 changed files with 380 additions and 0 deletions

45
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,45 @@
# Number of labels to fetch (optional). Defaults to 100
numLabels: 40
# These labels will not be used even if the issue contains them (optional).
# Pass a blank array if no labels are to be excluded.
# excludeLabels: []
excludeLabels:
- pinned
# custom configuration to override default behaviour
# control explicitly what gets added and when
custom:
- location: title
keywords:
- '[roadmap]'
labels:
- Type ◦ Roadmap
- location: title
keywords:
- '[road-map]'
labels:
- Type ◦ Roadmap
- location: title
keywords:
- '[bug]'
labels:
- Type ◦ Bug
- location: title
keywords:
- '[issue]'
labels:
- Type ◦ Bug
- location: title
keywords:
- '[feature]'
labels:
- Type ◦ Feature
- location: body
keywords:
- 'request feature'
labels:
- Type ◦ Feature
- location: title
keywords:
- '[request]'
labels:
- Type ◦ Feature