Skip to content

Conversation

@GromNaN
Copy link

@GromNaN GromNaN commented Dec 4, 2025

I'm adding john0isaac/action-check-markdown to the CI to validate the markdown files.
This action requires additional permissions to comment on PR in case of error, see the error in https://github.com/mongodb-labs/drivers-evergreen-tools/actions/runs/19926577667

@GromNaN GromNaN force-pushed the markdown branch 2 times, most recently from 5347eae to 8da5aea Compare December 4, 2025 10:57
@GromNaN GromNaN marked this pull request as ready for review December 4, 2025 11:01
@GromNaN GromNaN requested a review from Copilot December 4, 2025 11:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds automated Markdown validation to the CI pipeline and fixes broken markdown links throughout the repository. The action requires pull request write permissions to comment on errors.

  • Adds GitHub Actions workflow to validate Markdown files using john0isaac/action-check-markdown
  • Fixes broken markdown links by correcting paths (removing incorrect ./ prefixes and fixing wrong directory references)
  • Updates file extension reference from .rst to .md in external specification link

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/markdown.yml New workflow for automated Markdown validation with required permissions
README.md Corrects markdown link paths by removing unnecessary ./ prefixes
.evergreen/secrets_handling/README.md Fixes broken link to auth_oidc README
.evergreen/csfle/gcpkms/README.md Corrects relative path to secrets_handling README
.evergreen/csfle/azurekms/README.md Corrects relative path to secrets_handling README
.evergreen/aws_lambda/README.md Fixes file extension and corrects directory name in link
.evergreen/auth_oidc/gcp/README.md Corrects relative path to secrets_handling README
.evergreen/auth_oidc/azure/README.md Corrects relative path to secrets_handling README

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@GromNaN GromNaN requested review from alcaeus and blink1073 December 4, 2025 11:04
Co-authored-by: Steven Silvester <[email protected]>
Copy link
Member

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

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