[safe-output-integrator] Add missing copilot safe-output fixture files (close-discussion, assign-to-agent, assign-to-user, unassign-from-user)#45004
Conversation
Add test fixtures for 4 safe-output types that had no copilot coverage: - close-discussion - assign-to-agent - assign-to-user - unassign-from-user These types were already covered in compiler_safe_outputs_config_test.go but lacked corresponding pkg/cli/workflows/test-copilot-*.md fixtures. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Run: https://github.com/github/gh-aw/actions/runs/29165452899
|
Done. I ran PR-finisher steps on the current head ( |
This comment has been minimized.
This comment has been minimized.
|
@copilot please run the
|
Completed on current head |
|
@copilot please run the
|
Completed PR-finisher pass on
No code changes were required in this pass, so no new commit was added beyond CI on this HEAD still needs a maintainer-triggered rerun if required by branch protections. |
|
@copilot please run the
|
…ure-coverage-135a8cc0533de1cd Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Done on
CI for this updated HEAD still requires a maintainer-triggered rerun if branch protections require fresh checks. |
|
Hey The PR is focused, well-described, and the added files themselves serve as the test fixtures — this looks ready for review. ✅
|
|
|
Completed on
CI for this HEAD still needs a maintainer-triggered rerun if branch protections require fresh checks. |
|
🎉 This pull request is included in a new release. Release: |
Summary
Adds four missing Copilot engine safe-output fixture/test workflow files that were absent from
pkg/cli/workflows/. Each file exercises a distinct safe-output type using thecopilotengine.Changes
test-copilot-assign-to-agent.mdassign-to-agenttest-copilot-assign-to-user.mdassign-to-usertest-copilot-close-discussion.mdclose-discussiontest-copilot-unassign-from-user.mdunassign-from-userAll four workflows:
workflow_dispatchcopilot1Motivation
The safe-output integrator identified gaps in fixture coverage for these four safe-output types on the Copilot engine. Adding these files brings parity with other engine fixture sets and enables integration testing for
assign-to-agent,assign-to-user,close-discussion, andunassign-from-usersafe-output paths.Testing
Each file is a self-contained
workflow_dispatchworkflow that can be run manually to verify the corresponding safe-output type is accepted and executed correctly by the Copilot engine.