Merge pull request #10076 from anthropics/add-oncall-triage-workflow
Add oncall triage slash command for issue management
This commit is contained in:
commit
7add6863a0
2 changed files with 41 additions and 1 deletions
2
.github/workflows/oncall-triage.yml
vendored
2
.github/workflows/oncall-triage.yml
vendored
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue