Files
wehub-resource-sync c8cebdfeee
MCP Bash Server CI / Test MCP Bash Server (dev) (push) Waiting to run
MCP Bash Server CI / Test MCP Bash Server (release) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:11:39 +08:00

26 lines
394 B
JSON

{
"ignorePatterns": [
{
"pattern": "^(?!http).*"
},
{
"pattern": "!\\[.*\\]\\((?!http).*\\)"
},
{
"pattern": "^https:\\/\\/github\\.com\\/apache\\/hertzbeat\\/pull\\/.*"
}
],
"timeout": "10s",
"retryOn429": true,
"retryCount": 3,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
0,
200,
400,
401,
403,
429
]
}