diff --git a/.github/workflows/configs/mlc-config.json b/.github/workflows/configs/mlc-config.json new file mode 100644 index 000000000..6e7bde76a --- /dev/null +++ b/.github/workflows/configs/mlc-config.json @@ -0,0 +1,13 @@ +{ + "ignorePatterns": [ + { + "pattern": "^https://console.substack.com/p/console-72$" + } + ], + "timeout": "20s", + "retryOn429": false, + "fallbackRetryDelay": "30s", + "aliveStatusCodes": [ + 200 + ] +} \ No newline at end of file diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index b884ed09e..7cc0c5d7d 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -35,6 +35,7 @@ jobs: - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: use-quiet-mode: yes + config-file: .github/workflows/configs/mlc-config.json - uses: peter-evans/dockerhub-description@v3 if: github.repository == 'qdm12/gluetun' && github.event_name == 'push'