File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "ignorePatterns" : [
3+ {
4+ "pattern" : " ^https://github.com/.*?/issue"
5+ },
6+ {
7+ "pattern" : " ^https://github.com/.*?/pull"
8+ },
9+ {
10+ "pattern" : " ^#"
11+ }
12+ ],
13+ "replacementPatterns" : [
14+ {
15+ "pattern" : " ^https://github.com/apache/apisix-ingress-controller/blob/master/" ,
16+ "replacement" : " {{BASEURL}}/"
17+ },
18+ {
19+ "pattern" : " ^https://github.com/apache/apisix-ingress-controller/tree/master/" ,
20+ "replacement" : " {{BASEURL}}/"
21+ },
22+ {
23+ "pattern" : " ^https://apisix.apache.org/docs/ingress-controller/(.*?)$" ,
24+ "replacement" : " {{BASEURL}}/docs/$1.md"
25+ }
26+ ],
27+ "timeout" : " 20s" ,
28+ "retryOn429" : true ,
29+ "retryCount" : 5 ,
30+ "fallbackRetryDelay" : " 30s" ,
31+ "aliveStatusCodes" : [200 , 206 ]
32+ }
You can’t perform that action at this time.
0 commit comments