Commit 2424250
Refactor classify-issue-severity workflow to use create-task-action
This simplifies the workflow by using the create-task-action pattern instead of the previous claude-code-action with JSON parsing.
Key changes:
- Uses create-task-action to create a Coder Task for severity classification
- Removes complex JSON output parsing and validation steps
- Simplifies from 2 jobs to 1 job
- Adds workflow_dispatch trigger for manual execution
- Task automatically posts comments using GitHub MCP tools
The same severity classification logic and prompts are preserved, but now executed through a Coder Task which provides better reliability and follows the established pattern from doc-check.yaml.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent bae4bfe commit 2424250
1 file changed
+194
-245
lines changed
0 commit comments