mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
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:
committed by
Abhitej John
parent
38c1c93a4f
commit
7ba34bdafc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user