blob: 12cb61b9b5a9a54f768b888dad7e7216f5eb1e7f [file] [log] [blame]
{
"ignorePatterns": [
{
"pattern": "^https://github.com/.*?/issue"
},
{
"pattern": "^https://github.com/.*?/pull"
},
{
"pattern": "^#"
}
],
"replacementPatterns": [
{
"pattern": "^https://github.com/apache/apisix-ingress-controller/blob/master/",
"replacement": "{{BASEURL}}/"
},
{
"pattern": "^https://github.com/apache/apisix-ingress-controller/tree/master/",
"replacement": "{{BASEURL}}/"
},
{
"pattern": "^https://apisix.apache.org/docs/ingress-controller/(.*?)$",
"replacement": "{{BASEURL}}/docs/en/latest/$1.md"
}
],
"timeout": "20s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}