Skip to content

fix: add issues trigger to issue-monster workflow#338

Merged
Mossaka merged 2 commits intomainfrom
copilot/debug-monster-trigger-issue
Jan 18, 2026
Merged

fix: add issues trigger to issue-monster workflow#338
Mossaka merged 2 commits intomainfrom
copilot/debug-monster-trigger-issue

Conversation

Copy link
Contributor

Copilot AI commented Jan 17, 2026

Issue Monster only triggered on hourly schedule and manual dispatch, not when issues were opened. New issues waited up to 1 hour before processing.

Changes

  • Added issues: types: [opened] trigger to workflow frontmatter
  • Recompiled workflow with gh aw compile
on:
  issues:
    types: [opened]  # now triggers immediately on new issues
  workflow_dispatch:
  schedule: every 1h

The hourly schedule remains as a fallback to catch any issues that slip through.

Original prompt

debug issue monster on why it's not trigger for every issue

Custom agent used: debug-agentic-workflow
Debug and refine agentic workflows using gh-aw CLI tools - analyze logs, audit runs, and improve workflow performance


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with monster not triggering for all issues fix: add issues trigger to issue-monster workflow Jan 17, 2026
Copilot AI requested a review from Mossaka January 17, 2026 21:25
@Mossaka Mossaka marked this pull request as ready for review January 18, 2026 01:38
@github-actions
Copy link
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 77.88% 77.88% ➡️ +0.00%
Statements 77.94% 77.94% ➡️ +0.00%
Functions 77.29% 77.29% ➡️ +0.00%
Branches 71.00% 71.00% ➡️ +0.00%

Coverage comparison generated by scripts/ci/compare-coverage.ts

@Mossaka Mossaka merged commit ec81399 into main Jan 18, 2026
39 checks passed
@Mossaka Mossaka deleted the copilot/debug-monster-trigger-issue branch January 18, 2026 02:12
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