claude-code/.github/workflows
Cat Wu 113ea425ac
Add automated oncall triage workflow
Implements a GitHub Actions workflow that automatically identifies and labels critical blocking issues requiring oncall attention.

Features:
- Runs every 6 hours via cron schedule
- Fetches open issues updated in the last 3 days (5 per page to avoid context overflow)
- Orders by UPDATED_AT DESC and stops when hitting issues older than 3 days
- Evaluates each issue for bug status, engagement level (5+), and blocking severity
- Uses LLM comprehension to determine true blocking impact, not keyword matching
- Applies "oncall" label to qualifying issues via GitHub MCP tools
- Provides detailed summary including processed count, labeled issues, and close calls

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-20 23:13:36 -07:00
..
auto-close-duplicates.yml Restore dedupe workflows 2025-09-24 18:01:05 -07:00
backfill-duplicate-comments.yml Restore dedupe workflows 2025-09-24 18:01:05 -07:00
claude-dedupe-issues.yml Restore dedupe workflows 2025-09-24 18:01:05 -07:00
claude-issue-triage.yml Add checkout step to issue triage workflow (#2867) 2025-07-02 09:01:44 -07:00
claude.yml kept beta as per request 2025-05-31 11:04:37 +02:00
issue-opened-dispatch.yml Update workflow 2025-09-05 15:26:12 -07:00
lock-closed-issues.yml Remove timeout-minutes from lock-closed-issues workflow (#5455) 2025-08-09 10:58:52 -07:00
log-issue-events.yml Add issue close event trigger to log-issue-events workflow 2025-08-22 18:30:52 -07:00
oncall-triage.yml Add automated oncall triage workflow 2025-10-20 23:13:36 -07:00