[WIP] Add release notes automation for GitHub#43
Merged
mpaulosky merged 2 commits intofeature/release-notes-automationfrom Feb 23, 2026
Merged
[WIP] Add release notes automation for GitHub#43mpaulosky merged 2 commits intofeature/release-notes-automationfrom
mpaulosky merged 2 commits intofeature/release-notes-automationfrom
Conversation
…elease.yml label mapping Co-authored-by: mpaulosky <60372079+mpaulosky@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This work-in-progress PR updates the GitHub release automation workflow and documentation. It standardizes GitHub Actions versions, improves workflow configuration to use the repository's global.json file for .NET version management, adds a job timeout for safety, removes a semantically mismatched category from release notes configuration, and corrects documentation about decision inbox file handling.
Changes:
- Updated
squad-release.ymlto use latest GitHub Actions versions (checkout@v6, setup-dotnet@v5) and configure .NET fromglobal.json - Added 15-minute timeout to the release job for workflow safety
- Removed "Infrastructure & DevOps" category from
release.ymlthat was incorrectly mapped to the priority:p0 label - Corrected log documentation to accurately state that inbox files are retained after processing
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/squad-release.yml |
Upgraded to actions/checkout@v6 and actions/setup-dotnet@v5, switched from hardcoded .NET version to global.json reference, added 15-minute timeout |
.github/release.yml |
Removed semantically incorrect "Infrastructure & DevOps" category that was mapped to priority:p0 label |
.squad/log/2026-02-24T14-35-00Z-release-notes-impl.md |
Corrected documentation to clarify inbox files are retained rather than deleted |
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.
squad-release.yml: useactions/checkout@v6(was@v4)squad-release.yml: useactions/setup-dotnet@v5(was@v4)squad-release.yml: useglobal-json-file: global.json(wasdotnet-version: '10.0.x')squad-release.yml: addtimeout-minutes: 15to release jobrelease.yml: removepriority:p0→ "🚀 Infrastructure & DevOps" category (semantic mismatch)💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.