chore: drop geonovum from the copilot setup steps and instructions - #5438
Conversation
There was a problem hiding this comment.
Pull request overview
Updates Copilot’s automated setup and agent guidance to reflect the removal of the Geonovum profile, ensuring setup succeeds and agents build the correct bundles for running tests.
Changes:
- Remove
pnpm build:geonovumfrom the Copilot setup workflow build steps. - Update
.github/copilot-instructions.mdto remove Geonovum from the recommended build sequence and module-registration guidance.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/copilot-setup-steps.yml | Drops the Geonovum bundle build so Copilot setup no longer fails on a removed profile. |
| .github/copilot-instructions.md | Aligns build/test and module-registration instructions with the remaining profiles (w3c/aom/dini). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
One or more custom setup steps configured for this repository failed during this Copilot code review run: Setup steps run before each review. If the review above is missing context, or no review was posted at all, the failing step above may be the cause. See the workflow run for failure details, fix your setup steps configuration, and re-request a review. Note You can configure setup steps for Copilot code review separately from Copilot cloud agent with a |
|
One or more custom setup steps configured for this repository failed during this Copilot code review run: Setup steps run before each review. If the review above is missing context, or no review was posted at all, the failing step above may be the cause. See the workflow run for failure details, fix your setup steps configuration, and re-request a review. Note You can configure setup steps for Copilot code review separately from Copilot cloud agent with a |
|
Was breaking poor copilot. |
Removing the geonovum profile in #5430 left
pnpm build:geonovumin the Copilot setup steps, so every Copilot code review since then has failed setup and run without the aom and dini bundles or a browser. This drops it from the workflow and from the agent instructions, which still told agents to build that profile and to register new modules in a profile that no longer exists.