Commit d48b18b
mcp-release-bot
Fix CI failures: workflow guidance logic and linting issues
- Fix workflow guidance to properly handle CREATED state tasks requiring user feedback
- Fix regex pattern in test_prompt_loader.py to use raw string for linting compliance
- Format workflow_guidance.py to meet code style requirements
The workflow logic now correctly prioritizes task state over task size,
ensuring all CREATED tasks get user feedback regardless of size.1 parent f14bad3 commit d48b18b
File tree
2 files changed
+7
-2
lines changed- src/mcp_as_a_judge/workflow
- tests
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
263 | 268 | | |
264 | 269 | | |
265 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments