Skip to content

Commit 350f4ae

Browse files
authored
Ignore stackoverflow links in markdown-link-check process because it … (#821)
…makes it choke ### Motivation and Context We want PRs to succeed, but this link makes them fail ### Description Ignore stackoverflow links ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 5b9c9aa commit 350f4ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/markdown-link-check-config.json

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
},
2727
{
2828
"pattern": "^https://platform.openai.com"
29+
},
30+
{
31+
"pattern": "^https://stackoverflow.com"
2932
}
3033
],
3134
"timeout": "20s",

0 commit comments

Comments
 (0)