From c67d84239ab71bcde2dae00dc1633c29fcfdd3b3 Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Mon, 27 Jul 2026 16:18:25 -0700 Subject: [PATCH] Fix link inspection --- .github/.linkspector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/.linkspector.yml b/.github/.linkspector.yml index 3bdb4d9ff..84ba43c96 100644 --- a/.github/.linkspector.yml +++ b/.github/.linkspector.yml @@ -2,6 +2,7 @@ dirs: - . excludedFiles: - ./python/CHANGELOG.md + - "**/SKILL.md" ignorePatterns: - pattern: "/github/" - pattern: "./actions" @@ -25,7 +26,6 @@ ignorePatterns: # whole domain rather than just /download. - pattern: "https:\/\/dotnet.microsoft.com" - pattern: "https://github.com/Rel1cx/eslint-react" - - pattern: "SKILL.md" # excludedDirs: # Folders which include links to localhost, since it's not ignored with regular expressions baseUrl: https://github.com/microsoft/agent-framework/