Skip to content

[WIP] Add release notes automation for GitHub#43

Merged
mpaulosky merged 2 commits intofeature/release-notes-automationfrom
copilot/sub-pr-40
Feb 23, 2026
Merged

[WIP] Add release notes automation for GitHub#43
mpaulosky merged 2 commits intofeature/release-notes-automationfrom
copilot/sub-pr-40

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 23, 2026

  • Fix squad-release.yml: use actions/checkout@v6 (was @v4)
  • Fix squad-release.yml: use actions/setup-dotnet@v5 (was @v4)
  • Fix squad-release.yml: use global-json-file: global.json (was dotnet-version: '10.0.x')
  • Fix squad-release.yml: add timeout-minutes: 15 to release job
  • Fix release.yml: remove priority:p0 → "🚀 Infrastructure & DevOps" category (semantic mismatch)
  • Fix log doc: correct "deleted inbox file" to "inbox file retained in .squad/decisions/inbox/"

💡 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.

…elease.yml label mapping

Co-authored-by: mpaulosky <60372079+mpaulosky@users.noreply.github.com>
@mpaulosky mpaulosky marked this pull request as ready for review February 23, 2026 21:03
@mpaulosky mpaulosky self-requested a review as a code owner February 23, 2026 21:03
Copilot AI review requested due to automatic review settings February 23, 2026 21:03
@mpaulosky mpaulosky merged commit d012b9f into feature/release-notes-automation Feb 23, 2026
@mpaulosky mpaulosky deleted the copilot/sub-pr-40 branch February 23, 2026 21:03
Copilot stopped work on behalf of mpaulosky due to an error February 23, 2026 21:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml to use latest GitHub Actions versions (checkout@v6, setup-dotnet@v5) and configure .NET from global.json
  • Added 15-minute timeout to the release job for workflow safety
  • Removed "Infrastructure & DevOps" category from release.yml that 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants