forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommit_classes.json
83 lines (83 loc) · 1.56 KB
/
commit_classes.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
{
"name": "Versioning",
"pickable": false,
"headers": [
"[Vv]ersioning",
"[Bb]ump [Vv]ersion"
],
"paths": ["Configurations/Version.xcconfig"]
},
{
"name": "Poison",
"pickable": false,
"headers": ["Poisoned commit"],
"paths": ["metadata/poison.txt"]
},
{
"name": "Build-fix",
"pickable": false,
"headers": [
"^Apply build[ -]fix",
"^Unreviewed build[ -]fix"
]
},
{
"name": "Gardening",
"pickable": false,
"headers": [
{"value": "GARDENING", "ratio": 85},
{"value": "gardening", "ratio": 85},
{"value": "REBASELINE"},
{"value": "rebaseline"},
{"value": "is a constant failure"},
{"value": "is an almost constant failure"},
{"value": "are constant failures"},
{"value": "tests consistently failing"}
],
"paths": [
"LayoutTests/",
"Tools/TestWebKitAPI"
]
},
{
"name": "Apply-Patch",
"pickable": false,
"headers": ["^Apply patch"]
},
{
"name": "Contributor",
"pickable": false,
"paths": ["metadata/contributors.json"]
},
{
"name": "Cherry-pick",
"pickable": true,
"headers": ["^[Cc]herry[- ][Pp]ick"],
"trailers": [
"^[Cc]herry[- ][Pp]ick:",
"^[Oo]riginally[- ]landed[- ]as:"
]
},
{
"name": "Test-import",
"pickable": false,
"headers": ["[Ii]mport", "[Ss]ync"],
"paths": [
"LayoutTests/TestExpectations",
"LayoutTests/imported",
"LayoutTests/platform/.+/TestExpectations",
"LayoutTests/platform/.+/imported",
"LayoutTests/tests-options.json"
]
},
{
"name": "Tools",
"pickable": true,
"paths": [
"Tools",
"LayoutTests",
"metadata"
]
}
]