Add *.lock.yml to prettierignore and update Pwsh Stable to v7.6.#5436
Open
liamjpeters wants to merge 2 commits intoPowerShell:mainfrom
Open
Add *.lock.yml to prettierignore and update Pwsh Stable to v7.6.#5436liamjpeters wants to merge 2 commits intoPowerShell:mainfrom
liamjpeters wants to merge 2 commits intoPowerShell:mainfrom
Conversation
Author
|
Build progresses past linting now:
Fails in the PowerShell update tests as the stable build info URL now reports v7.6.0 🎉🎈. |
JustinGrote
approved these changes
Mar 20, 2026
Collaborator
|
Thanks for your submission! We do need to update tests for 7.6.0 but that's separate. LGTM, CC @andyleejordan |
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.

PR Summary
Prettier objects to many things (mainly double quotes) in
.github/workflows/issue-triage.lock.yml.CI has been failing since #5409.
As the file is auto-generated, telling Prettier to ignore it and any other generated lock files seems a way forward.
Edit:
Also updated the stable version test from accepting
v.7.5tov7.6;v7.6is now the advertised stable version. I've left the LTS atv7.4as that hasn't updated yet.Gets CI back to passing.
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
xbetween the square brackets.Please mark anything not applicable to this PR
NA.PR has tests(NA)WIP:to the beginning of the title and remove the prefix when the PR is ready