-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlabeler.yml
45 lines (45 loc) · 981 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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