Update regex pattern for output matching in eval.yaml

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Wendy Breiding
2026-09-09 15:33:36 -07:00
committed by Abhitej John
parent 38c1c93a4f
commit 7ba34bdafc
+1 -2
View File
@@ -32,8 +32,7 @@ stimuli:
timeout: 5m
- type: output-matches
config:
pattern: (dotnet (build|test)|rebuild|re-?run.{0,20}tests|tests? .{0,20}(pass|green))
- type: prompt
pattern: (dotnet (build|test)|rebuild|re-?run[\s\S]{0,30}tests|tests?[\s\S]{0,30}(pass|green))
rubric:
- Establishes a green build and test baseline before renaming
- Renames by tracking true binding references rather than a blind text find-and-replace that would also hit comments, strings, or unrelated test method names