Fix invalid YAML syntax in license-check workflow#1674
Merged
SamMorrowDrums merged 2 commits intomainfrom Dec 22, 2025
Merged
Conversation
- Use separate -m flags for multi-line git commit message - Add proper indentation to template literal content to fix YAML parsing Co-authored-by: SamMorrowDrums <4811358+SamMorrowDrums@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix invalid actions YAML for license checks
Fix invalid YAML syntax in license-check workflow
Dec 22, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes critical YAML syntax errors in the license-check workflow that prevented it from parsing correctly and broke CI for all PRs targeting main.
Key Changes:
- Fixed multi-line git commit message using proper shell syntax with two
-mflags - Corrected indentation of JavaScript template literal content to satisfy YAML literal block scalar requirements
SamMorrowDrums
approved these changes
Dec 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixed two YAML syntax errors in the license-check workflow that caused parsing failures and prevented the workflow from running.
Why
The workflow introduced in #1583 had YAML syntax errors that broke CI for all PRs targeting main.
What changed
-mflags instead of embedded newlineMCP impact
Security / limits
Lint & tests
./script/lint./script/testValidated all 12 workflow files parse correctly with Python yaml.safe_load and yamllint.
Docs
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.