Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.mlc_config.json 406 B
{
  "ignorePatterns": [
    {
      "pattern": "^https?://admin.google.com"
    },
    {
      "pattern": "^https?://downloads.metabase.com"
    },
    {
      "pattern": "^https?://docs.cypress.io/"
    },
    {
      "pattern": "^https?://twitter.com/"
    }
  ],
  "timeout": "180s",
  "retryOn429": true,
  "retryCount": 5,
  "fallbackRetryDelay": "30s",
  "aliveStatusCodes": [
    200,
    206
  ]
}