-
Nemanja Glumac authored
* [Docs] Fix external broken link * Link to the Cypress intro page without anchors * Exclude Cypress links from checks all together * Add back `.html` extension to the link
Nemanja Glumac authored* [Docs] Fix external broken link * Link to the Cypress intro page without anchors * Exclude Cypress links from checks all together * Add back `.html` extension to the link
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.mlc_config.json 278 B
{
"ignorePatterns": [
{
"pattern": "^https://downloads.metabase.com"
},
{
"pattern": "^https://docs.cypress.io/"
}
],
"timeout": "180s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [200, 206]
}