Skip to content

Commit

Permalink
Ignore stackoverflow links in markdown-link-check process because it … (
Browse files Browse the repository at this point in the history
#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 😄
  • Loading branch information
glahaye authored Feb 26, 2024
1 parent 5b9c9aa commit 350f4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/markdown-link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
},
{
"pattern": "^https://platform.openai.com"
},
{
"pattern": "^https://stackoverflow.com"
}
],
"timeout": "20s",
Expand Down

0 comments on commit 350f4ae

Please sign in to comment.