labeler-config.yml

 1"bug":
 2  - '\bbug(s)?\b'
 3  - '\berror(s)?\b'
 4  - '\bfix(es)?\b'
 5  - '\bissue(s)?\b'
 6  - '\bproblem(s)?\b'
 7
 8"enhancement":
 9  - '\benhancement(s)?\b'
10  - '\bfeature(s)?\b'
11  - '\bidea(s)?\b'
12  - '\bsuggestion(s)?\b'
13
14"documentation":
15  - '\bdocumentation\b'
16  - '\bdocs\b'
17  - '\breadme\b'
18
19"question":
20  - '\bquestion(s)?\b'
21  - '\bhelp\b'
22  - '\bhow to\b'
23
24"performance":
25  - '\bperformance\b'
26  - '\boptimiz(e|ation)\b'
27  - '\bspeed\b'
28  - '\befficiency\b'
29
30"dependencies":
31  - '\bchore\(deps\)\b'
32  - '\bfix\(deps\)\b'
33
34"ci":
35  - '\bci\b'
36  - '\bcontinuous integration\b'
37  - '\bbuild\b'
38  - '\bworkflow\b'
39
40"chore":
41  - '\bchore\b'
42  - '\bmaintenance\b'
43  - '\brefactor\b'
44  - '\bcleanup\b'