We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e1e56 commit c63245dCopy full SHA for c63245d
.github/.linkspector.yml
@@ -9,6 +9,11 @@ ignorePatterns:
9
- pattern: "./pulls"
10
- pattern: "https:\/\/platform.openai.com"
11
- pattern: "https:\/\/outlook.office.com/bookings"
12
+excludedFiles:
13
+ # Files that are temporarily excluded because they contain links that are temporarily unavailable.
14
+ - ./docs/decisions/0067-hybrid-search.md
15
+ - ./docs/decisions/0054-processes.md
16
+ - ./dotnet/src/Experimental/Process.IntegrationTestRunner.Dapr/README.md
17
excludedDirs:
18
# Folders which include links to localhost, since it's not ignored with regular expressions
19
- ./python/samples/demos/telemetry
0 commit comments