forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit_classes.json
More file actions
60 lines (60 loc) · 1.05 KB
/
Copy pathcommit_classes.json
File metadata and controls
60 lines (60 loc) · 1.05 KB
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
[
{
"name": "Versioning",
"pickable": false,
"headers": [
"^[Vv]ersioning\\.?$",
"^Revert \"?[Vv]ersioning\\.?\"?$"
]
},
{
"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"]
},
{
"name": "Tools",
"pickable": true,
"paths": [
"Tools",
"LayoutTests",
"metadata"
]
}
]