-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds-triageRequires triage and prioritizationRequires triage and prioritization
Description
Component
Scripts
Bug Description
The extension/README.md file is being validated by the frontmatter validation workflow even though it uses VS Code marketplace README format and should not require frontmatter. This causes CI failures on PRs that modify this file (e.g., PR #357).
Expected Behavior
extension/README.md should be excluded from frontmatter validation since it follows VS Code marketplace conventions, not the repository's documentation standards.
Steps to Reproduce
- Create a PR that modifies
extension/README.md - The frontmatter validation job fails with "Files with warnings: 1"
- Job exits with code 1 because
soft-fail: falseandwarnings-as-errors: true
Additional Context
The fix is to add extension/README.md to the ExcludePaths array in .github/workflows/frontmatter-validation.yml.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageRequires triage and prioritizationRequires triage and prioritization