forked from commonhaus/foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mlc_config.json
43 lines (43 loc) · 1.02 KB
/
.mlc_config.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
{
"_replacementPatternsComment": "CODEOWNERS/TRADEMARKS are referenced in templates. *.website is a draft placeholder",
"replacementPatterns": [
{
"pattern": "^CODEOWNERS",
"replacement": "{{BASEURL}}/.github/CODEOWNERS"
},
{
"pattern": "^TRADEMARKS",
"replacement": "{{BASEURL}}/TRADEMARKS"
},
{
"pattern": "^CONTRIBUTING",
"replacement": "{{BASEURL}}/CONTRIBUTING"
},
{
"pattern": "^/",
"replacement": "{{BASEURL}}/"
},
{
"pattern": "^https://.*\\.?website/?$",
"replacement": "{{BASEURL}}/"
}
],
"_aliveComment": "Some sites return 403 from GH Actions check; 400 from twitter (login redirect)",
"aliveStatusCodes": [
200,
206,
400,
403,
429,
500,
503
],
"httpHeaders": [
{
"urls": ["https://www.linkedin.com/company/commonhaus-foundation/"],
"headers": {
"User-Agent": "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3"
}
}
]
}