From b69166ff5036a452c44e691411f97994d6c0fd9a Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 7 Nov 2023 19:53:53 +0100 Subject: [PATCH] add markdown link check config file to github workflows --- .github/workflows/mlc_config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/mlc_config.json diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json new file mode 100644 index 000000000..dd9c81f3c --- /dev/null +++ b/.github/workflows/mlc_config.json @@ -0,0 +1,12 @@ +{ + "timeout": "20s", + "retryOn429": true, + "retryCount": 2, + "fallbackRetryDelay": "30s", + "aliveStatusCodes": [200, 206], + "ignorePatterns": [ + { + "pattern": "^(https:\/\/github.com\/Ocelot-Social-Community\/Ocelot-Social\/pull\/|http:\/\/localhost)" + } + ] +}