Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 24, 2026

The auto-assign workflow was not reliably filtering out issues that already have assignees due to vague natural language instructions.

Changes

  • Explicit assignee filtering: Changed from passive "Has no assignees" to actionable instruction directing the AI agent to check the assignees field and skip issues where issue.assignees is not empty or has length > 0

Before/After

- Has no assignees
+ **Has no assignees** - When you retrieve issues from GitHub, explicitly check the `assignees` field. Skip any issue where `issue.assignees` is not empty or has length > 0.

Pattern aligns with similar workflows like issue-monster.md that successfully implement explicit assignee checking.

Original prompt

Update the auto-assign agentic workflow to ignore issues that already have assignees

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update auto-assign workflow to ignore assigned issues Make assignee check explicit in auto-assign workflow Jan 24, 2026
Copilot AI requested a review from pelikhan January 24, 2026 19:06
@pelikhan pelikhan marked this pull request as ready for review January 24, 2026 19:07
@pelikhan pelikhan merged commit d261a78 into main Jan 24, 2026
@pelikhan pelikhan deleted the copilot/update-auto-assign-workflow branch January 24, 2026 19:08
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