From f2bdc4a87fd3b7bda4f95f18f59e7d37f7ed5c28 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 5 Nov 2025 07:42:52 -0500 Subject: [PATCH 1/4] removed linkspector --- .github/workflows/config/.linkspector.yml | 19 ------------------- .github/workflows/linkspector.yml | 18 ------------------ 2 files changed, 37 deletions(-) delete mode 100644 .github/workflows/config/.linkspector.yml delete mode 100644 .github/workflows/linkspector.yml diff --git a/.github/workflows/config/.linkspector.yml b/.github/workflows/config/.linkspector.yml deleted file mode 100644 index 0d06293a36..0000000000 --- a/.github/workflows/config/.linkspector.yml +++ /dev/null @@ -1,19 +0,0 @@ -dirs: - - content -useGitIgnore: true -ignorePatterns: - - pattern: "^/.*" # local links are not checked - - pattern: "^http://localhost.*" # Localhost links are not checked - - pattern: "^https://packagecontrol.*" # Package control links are not checked (it was 500ing at time of writing) - - pattern: "^https://(www|dash).cloudflare.com.*" # Cloudflare links return 403 at time of writing - -fileExtensions: - - mdx - - md -modifiedFilesOnly: false -aliveStatusCodes: - - 200 - - 201 - - 204 - - 304 - - 403 diff --git a/.github/workflows/linkspector.yml b/.github/workflows/linkspector.yml deleted file mode 100644 index e428cf19b6..0000000000 --- a/.github/workflows/linkspector.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Linkspector -on: [pull_request] -jobs: - check-links: - name: runner / linkspector - runs-on: ubuntu-22.04 - permissions: - contents: write - steps: - - uses: actions/checkout@v4 - - name: Run linkspector - uses: umbrelladocs/action-linkspector@v1.3.7 - with: - github_token: ${{ secrets.github_token }} - reporter: github-pr-check - fail_on_error: true - filter_mode: nofilter - config_file: .github/workflows/config/.linkspector.yml \ No newline at end of file From 1ba3124575655fe05ca6d09f1344153fec78f547 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 5 Nov 2025 12:51:21 -0500 Subject: [PATCH 2/4] retrigger From 85c328d1e0b64850011c231f08a51e68a6cf4785 Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 5 Nov 2025 12:53:19 -0500 Subject: [PATCH 3/4] retrigger From 49a73a2576b0e422346521184c4879ed65a30d7e Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 5 Nov 2025 12:56:44 -0500 Subject: [PATCH 4/4] retrigger