[safe-output-integrator] fix: use canonical dispatch-repository key in test fixture#44614
Conversation
The test-copilot-dispatch-repository.md fixture used the deprecated underscore form (dispatch_repository:) instead of the canonical hyphenated key (dispatch-repository:). Update the frontmatter to use the canonical form so the fixture is consistent with current parser expectations and coverage checks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Run: https://github.com/github/gh-aw/actions/runs/29050994278
|
Done. I ran the PR-finisher pass on this branch and verified it is up to date with |
|
@copilot please run the
|
Completed. I re-ran PR-finisher for this branch, confirmed there are no unresolved review threads/comments, verified the branch is up to date with |
🤖 PR Triage — Run §29061171191
Canonical dispatch-repository key fix in test fixture. 1 file, 1 addition, 1 deletion. Minimal surgical fix, not a draft, no review required. Auto-merge when CI passes.
|
|
@copilot please run the
|
Completed PR-finisher pass.
|
|
Run: https://github.com/github/gh-aw/actions/runs/29065468296
|
Completed another PR-finisher pass.
|
Summary
Fixes an incorrect key name in the test-copilot-dispatch-repository workflow test fixture. The safe-outputs key was using an underscore (dispatch_repository) instead of the canonical hyphen form (dispatch-repository) required by the safe-output schema.
Changes
Details
Verification
No functional logic was changed. The fix ensures the test fixture correctly exercises the dispatch-repository safe-output type with its canonical key name.