Skip to content

feat: import 👾 Issue Monster workflow#366

Merged
pelikhan merged 2 commits into
mainfrom
copilot/feat-import-issue-monster-workflow
Jun 26, 2026
Merged

feat: import 👾 Issue Monster workflow#366
pelikhan merged 2 commits into
mainfrom
copilot/feat-import-issue-monster-workflow

Conversation

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Ports the Issue Monster workflow from github/gh-aw into this collection. Runs every 30 minutes, finds open issues labeled cookie, scores/prioritizes them, and assigns up to three per run to the Copilot coding agent.

New files

  • workflows/issue-monster.md — the workflow itself, with these upstream-specific items stripped:
    • skip-if-check-failing (referenced lint-go, lint-js, build, test)
    • Internal shared imports (github-guard-policy.md, activation-app.md, otlp.md)
    • engine.id: pi / engine.model: copilot/gpt-5.4
  • docs/issue-monster.md — documentation covering filtering logic, priority scoring table, the cookie label convention, and configuration options

README

Added Issue Monster to the Issue Farming Workflows section under Meta-Workflows.

What the workflow does

Feature Detail
Rate-limit guard Checks recent Copilot PR comments for rate-limit signals before assigning
Filtering Skips assigned, has-open-PR, has-sub-issues, excluded-label, and campaign issues
Scoring community +60 › good-first-issue +50 › security +45 › bug +40 › … + age bonus
Topic separation Enforces the 3 selected issues are independent in scope
Sibling awareness Sub-issues of the same parent processed one at a time, oldest first
Integrity policy 403/451 responses skipped gracefully without failing the run

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Issue Monster workflow for issue management feat: import 👾 Issue Monster workflow Jun 26, 2026
Copilot AI requested a review from pelikhan June 26, 2026 06:13
@pelikhan pelikhan marked this pull request as ready for review June 26, 2026 06:20
@pelikhan pelikhan merged commit 5d18118 into main Jun 26, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/feat-import-issue-monster-workflow branch June 26, 2026 06:21
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