Skip to content

Add copilot-setup-steps.yml for Copilot coding agent#70

Merged
mlidbom merged 2 commits intodevelopfrom
copilot/add-copilot-setup-workflow
Feb 12, 2026
Merged

Add copilot-setup-steps.yml for Copilot coding agent#70
mlidbom merged 2 commits intodevelopfrom
copilot/add-copilot-setup-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 12, 2026

Missing copilot-setup-steps.yml — required for the Copilot coding agent to pre-configure its environment before task execution.

Mirrors the existing ci.yml environment setup:

  • .NET 9.0.x SDK
  • Test pluggable components config (TestUsingPluggableComponentCombinations.github-ci)
  • COMPOSABLE_MACHINE_SLOWNESS: "5.0" for CI performance tolerance
  • Full solution build so the agent can run tests immediately
  • Minimal contents: read permissions

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mlidbom <143203+mlidbom@users.noreply.github.com>
Copilot AI changed the title [WIP] Add copilot setup steps workflow file Add copilot-setup-steps.yml for Copilot coding agent Feb 12, 2026
Copilot AI requested a review from mlidbom February 12, 2026 09:04
@mlidbom mlidbom marked this pull request as ready for review February 12, 2026 09:06
Copilot AI review requested due to automatic review settings February 12, 2026 09:06
Copy link
Copy Markdown

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 PR adds a copilot-setup-steps.yml workflow file that defines the environment setup steps for GitHub Copilot's coding agent. The workflow mirrors the existing CI configuration to ensure the Copilot agent has a properly configured environment before executing tasks.

Changes:

  • Added .github/workflows/copilot-setup-steps.yml with .NET 9.0.x setup, test configuration, and full solution build

@mlidbom mlidbom merged commit 06e54e8 into develop Feb 12, 2026
9 checks passed
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