mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-02 19:22:45 +00:00
Changes the workflow to be event-driven and process fewer issues: - Triggers on issue events (opened, edited, labeled, reopened) and comments - When triggered by event, processes only that specific issue - When running on schedule, only checks issues created in last 7 days - Only adds oncall label, never removes it - Uses search_issues instead of list_issues for better filtering This dramatically reduces the dataset size and makes the workflow more efficient and scalable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>