[Sprint 2] Fix remaining Boromir DevOps review items from PR #58#65
Closed
mpaulosky wants to merge 1 commit into
Closed
[Sprint 2] Fix remaining Boromir DevOps review items from PR #58#65mpaulosky wants to merge 1 commit into
mpaulosky wants to merge 1 commit into
Conversation
- global.json: rollForward latestPatch → latestMinor Restores original value; latestPatch is too restrictive for developers on SDK 10.0.3xx+ - codeql-analysis.yml: dotnet-quality preview → ga Aligns with allowPrerelease: false in global.json - squad-label-enforce.yml: github-script@v7 → @v9 - squad-pr-auto-label.yml: github-script@v7 → @v9 Matches project-board-automation.yml which already uses @v9 Closes #64 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Working as Boromir (DevOps Engineer)
Closes #64
Summary
Fixes three non-blocking DevOps items flagged in Boromir's review of PR #58.
Changes
global.jsonrollForward: "latestPatch"→"latestMinor"— restores original value;latestPatchblocks developers on SDK 10.0.3xx+.github/workflows/codeql-analysis.ymldotnet-quality: 'preview'→'ga'— aligns withallowPrerelease: false.github/workflows/squad-label-enforce.ymlgithub-script@v7→@v9— consistent withproject-board-automation.yml.github/workflows/squad-pr-auto-label.ymlgithub-script@v7→@v9— consistent withproject-board-automation.ymlRelated
sprint/2-cqrs-mediatr→dev)