forked from shiptest-ss13/Shiptest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeylabeler.yml
59 lines (56 loc) · 1.54 KB
/
keylabeler.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Determines if we search the title (optional). Defaults to true.
matchTitle: true
# Determines if we search the body (optional). Defaults to true.
matchBody: false
# Determines if label matching is case sensitive (optional). Defaults to true.
caseSensitive: false
# Explicit keyword mappings to labels. Form of match:label. Required.
labelMappings:
"fix:": &fix_type Fix
"fixes:": *fix_type
"bugfix:": *fix_type
"[critical]": *fix_type
"[fix]": *fix_type
"[bugfix]": *fix_type
"[runtime]": *fix_type
"[bug]": Bug
"rsctweak:": &tweak_type Tweak
"tweak:": *tweak_type
"tweaks:": *tweak_type
"soundadd:": Sound
"sounddel:": Sound
"add:": &add_type Feature
"adds:": *add_type
"rscadd:": *add_type
"[enhancement]": *add_type
"[qol]": *add_type
"[feature]": *add_type
"del:": &del_type Removal
"dels:": *del_type
"rscdel:": *del_type
"[removal]": *del_type
"[revert]": *del_type
"imageadd:": Sprites
"imagedel:": Sprites
"typo:": &typo_type Grammar and Formatting
"spellcheck:": *typo_type
"balance:": &balance_type Balance/Rebalance
"rebalance:": *balance_type
"[rebalance]": *balance_type
"[balance]": *balance_type
"tgs:": &tgs_type TGS
"[tgs]": *tgs_type
"[dmapi]": *tgs_type
"code_imp:": &code_type Code Improvement
"code:": *code_type
"refactor:": Refactor
"config:": Config Update
"admin:": Administration
"server:": server
"[dnm]": &dnm_type Do not merge
"[do not merge]": *dnm_type
"[tgui]": &ui_type tgui
"[ui]": *ui_type
"[rework]": Rework
"[wiki]": Wiki Edit
"[wip]": WIP