You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit refines the grep functionality in the
`print_workflow_run_errors.py` script by updating default values:
- The default `--grep-pattern` is now `"[Ee]rror[: ]"`.
Logs will be automatically filtered for this pattern if no other
pattern is specified.
- The default `--grep-context` is now 10 lines.
If an empty string is explicitly passed to `--grep-pattern`
(e.g., `--grep-pattern ""`), grep functionality will be disabled,
and the script will fall back to printing the last N lines of the log.
0 commit comments