Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/squad-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: dotnet restore

- name: Build solution
run: dotnet build IssueTracker.slnx --configuration Release --no-restore
run: dotnet build IssueManager.slnx --configuration Release --no-restore
Copy link

Copilot AI Feb 19, 2026

Choose a reason for hiding this comment

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

The PR description has not been filled out properly. While the change itself is straightforward and correct (updating the solution filename from IssueTracker.slnx to IssueManager.slnx), the PR description still contains template placeholders. Please fill out the following sections:

  • Description with issue number (if applicable)
  • Changes (mark completed items)
  • Type of Change (select appropriate checkbox)
  • Testing (describe how this was tested)
  • Checklist (mark completed items)
  • Squad Label (add appropriate squad label)

Copilot uses AI. Check for mistakes.

- name: Run Tests
id: run-tests
Expand Down