Skip to content

Commit 54bde6d

Browse files
Exclude python and net samples folders (#11929)
### Motivation, Context and Description This PR excludes the `./dotnet/samples/` and `./python/samples/` folders from being inspected by the markdown link checker because some of the links become temporarily unavailable and block PRs. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6798c51 commit 54bde6d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/.linkspector.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ excludedDirs:
1919
- ./python/samples/demos/process_with_dapr
2020
- ./dotnet/samples/Demos/ProcessWithDapr
2121
- ./dotnet/samples/Demos/CopilotAgentPlugins
22-
# Exclude the decisions folder that contains documents with links prone to becoming broken and temporarily unavailable. This should be removed when the link checker is implemented as a background job that does not block PRs.
23-
- ./docs/decisions/
22+
# Exclude folders that contain documents with links prone to becoming broken and temporarily unavailable. This should be removed when the link checker is implemented as a background job that does not block PRs.
23+
- ./docs/decisions
24+
- ./dotnet/samples
25+
- ./python/samples
2426
baseUrl: https://github.com/microsoft/semantic-kernel/
2527
aliveStatusCodes:
2628
- 200

0 commit comments

Comments
 (0)