Skip to content

Fix Issue Monster agent assignment routing - #56451

Draft
pelikhan with Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-issue-monster-agency-workflow
Draft

Fix Issue Monster agent assignment routing#56451
pelikhan with Copilot wants to merge 1 commit into
mainfrom
copilot/investigate-issue-monster-agency-workflow

Conversation

Copilot AI commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Issue Monster was running on schedule but not reliably scheduling work: recent runs commented on selected issues without producing assign_to_agent assignments. The workflow also needed to route assignments through the intended custom agent and Propelit model.

  • Assignment defaults
    • Configure assign-to-agent to use Copilot with the agentic-workflows custom agent.
    • Pass propelit as the assignment model.
safe-outputs:
  assign-to-agent:
    name: copilot
    model: propelit
    custom-agent: agentic-workflows
  • Prompt behavior

    • Clarify that Issue Monster must call assign_to_agent before posting the selected-for-Copilot comment.
    • Align the mission text with the actual 30-minute cadence.
  • Evaluation alignment

    • Update the assignment eval to match the workflow’s configured maximum of three assignments per run.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title Fix Issue Monster agent assignment defaults Fix Issue Monster agent assignment routing Aug 27, 2026
Copilot AI requested a review from pelikhan August 27, 2026 23:50
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.

2 participants