mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 11:55:41 -04:00
45 lines
981 B
YAML
45 lines
981 B
YAML
# 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 |