1
0
mirror of synced 2025-12-19 09:50:46 -05:00
Files
core/.github/workflows/markdown-link-check-config.json
Copilot 7e7d39b55e Add comprehensive GitHub Copilot instructions for dotnet/core repository (#10029)
* Initial plan

* Initial exploration and plan for Copilot instructions

Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>

* Create comprehensive GitHub Copilot instructions for dotnet/core repository

Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>

* Fix JSON_PRETTIER formatting error in markdown-link-check-config.json

Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: James Montemagno <james.montemagno@gmail.com>
2025-08-19 08:57:36 -07:00

12 lines
171 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^release-notes/templates/"
}
],
"aliveStatusCodes": [429, 200]
}