Skip to content

ci: pass linkspector config to markdown validation workflow#344

Merged
baywet merged 1 commit into
mainfrom
copilot/replicate-pull-request-5368
Jun 8, 2026
Merged

ci: pass linkspector config to markdown validation workflow#344
baywet merged 1 commit into
mainfrom
copilot/replicate-pull-request-5368

Conversation

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This replicates the upstream fix from OAI/OpenAPI-Specification#5368 in this repository. The markdown link-check workflow now explicitly loads this repo’s Linkspector config so existing suppression rules are applied during CI runs.

  • Workflow update

    • Updated .github/workflows/validate-markdown.yaml to pass .linkspector.yml into umbrelladocs/action-linkspector@v1.
    • Ensures link checking uses repository-defined behavior instead of action defaults.
  • Linkspector configuration wiring

    • Added the missing config_file input to the action step:
    - name: Check links in markdown files
      uses: umbrelladocs/action-linkspector@v1
      with:
        config_file: .linkspector.yml
        reporter: github-check
        fail_level: any
        filter_mode: file

@baywet baywet marked this pull request as ready for review June 8, 2026 14:30
@baywet baywet requested a review from a team as a code owner June 8, 2026 14:30
@baywet baywet enabled auto-merge June 8, 2026 14:30
@baywet baywet merged commit caec3c9 into main Jun 8, 2026
4 checks passed
@baywet baywet deleted the copilot/replicate-pull-request-5368 branch June 8, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants