-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
19 lines (19 loc) · 1012 Bytes
/
settings.json
File metadata and controls
19 lines (19 loc) · 1012 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"buildStatuses": [
{ "title": "Success", "class": "text-success", "regex": "success" },
{ "title": "Pending", "class": "text-warning", "regex": "pending" },
{ "title": "Failed", "class": "text-error", "regex": "error|fail" }
],
"reviewStatuses": [
{ "title": "GLHF+Comments", "class": "success", "regex": "((comment[sz]|nits).*GLHF)|(GLHF.*(comment[sz]|nits))" },
{ "title": "GLHF", "class": "success", "regex": "GLHF" },
{ "title": "PTAL", "class": "warning", "regex": "PTAL" },
{ "title": "Comments", "class": "warning", "regex": "comment[sz]|nits" },
{ "title": "GFMOM", "class": "important", "regex": "GFMOM" },
{ "title": "Blocked", "class": "important", "regex": "blocked|waiting" },
{ "title": "Fixing", "class": "default", "regex": "will fix|fixing" },
{ "title": "Ping!", "class": "warning", "regex": "p[oi]ng|HA+Y" },
{ "title": "Derp!", "class": "info", "regex": "derp" },
{ "title": "Re-test", "class": "default", "regex": "retest" }
]
}