Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented May 20, 2025

This PR pins the version of markdownlint-cli used in our GitHub workflows to version 0.45.0.

The change is made to avoid potential build breaks when new versions of markdownlint-cli are released with breaking changes or different behavior. By pinning to a specific version, we ensure consistent and predictable behavior for our markdownlint checks across all PRs.

The change is minimal and only affects the npm installation command in the workflow file:

- npm i -g markdownlint-cli + npm i -g markdownlint-cli@0.45.0

Fixes #62033.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • pkgs.dev.azure.com
    • Triggering command: npm view markdownlint-cli versions (dns block)
    • Triggering command: npm search markdownlint-cli (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: captainsafia <1857993+captainsafia@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Pin markdownlint-cli version in markdownlint.yml Pin markdownlint-cli version to 0.45.0 in GitHub workflow May 20, 2025
@Copilot Copilot AI requested a review from captainsafia May 20, 2025 22:16
Copilot finished work on behalf of captainsafia May 20, 2025 22:16
@captainsafia captainsafia marked this pull request as ready for review May 20, 2025 22:23
@captainsafia captainsafia requested review from a team and wtgodbe as code owners May 20, 2025 22:23
@captainsafia captainsafia enabled auto-merge (squash) May 20, 2025 22:49
@wtgodbe wtgodbe disabled auto-merge May 20, 2025 22:52
@wtgodbe wtgodbe merged commit 0b1c74a into main May 20, 2025
6 of 8 checks passed
@wtgodbe wtgodbe deleted the copilot/fix-62033 branch May 20, 2025 22:52
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0-preview5 milestone May 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment