Merge pull request #10076 from anthropics/add-oncall-triage-workflow

Add oncall triage slash command for issue management
This commit is contained in:
Catherine Wu
2025-10-28 20:12:35 -07:00
committed by GitHub
2 changed files with 41 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- Use mcp__github__get_issue_comments to read all comments
- Evaluate whether this issue needs the oncall label:
a) Is it a bug? (has "bug" label or describes bug behavior)
b) Does it have at least 5 engagements? (count comments + reactions)
b) Does it have at least 50 engagements? (count comments + reactions)
c) Is it truly blocking? Read and understand the full content to determine:
- Does this prevent core functionality from working?
- Can users work around it?