Skip to content

Commit

Permalink
Add microsoft.com exclusion and increase timeout for Markdown Link Ch…
Browse files Browse the repository at this point in the history
…ecker (#235)

* add microsoft.com exclusion and increase timeout

* allow markdown link check failure to continue on error

* typo fix

* break links for test

* rollback links for test and remove cont on error
  • Loading branch information
jtracey93 authored May 13, 2022
1 parent 4c6254b commit 17418c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/actions-config/mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^(https:\\/\\/)?([www.]?)+(microsoft.com\\/)+[\\w\\-\\._~:/?#[\\]@!\\$&'\\(\\)\\*\\+,;=.]+$"
}
],
"httpHeaders": [
Expand All @@ -15,7 +18,7 @@
}
}
],
"timeout": "5s",
"timeout": "10s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Artefacts like policies etc. are pulled down from the [`Azure/Enterprise-Scale`

<!--
The following link references should be copied from `_sidebar.md` in the `./docs/wiki/` folder.
Replace `./` with `https://github.com/Azure/terraform-azurerm-caf-enterprise-scale/wiki/` when copying to here.
Replace `./` with `https://github.com/Azure/ALZ-Bicep/wiki/` when copying to here.
-->

[wiki_home]: https://github.com/Azure/ALZ-Bicep/wiki/home "Wiki - Home"
Expand Down

0 comments on commit 17418c6

Please sign in to comment.