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
refactor(prune-pull-requests-image-tags): add preserve filter validation and error handling
Addresses PR review comments by adding robust regex validation and error handling:
- Extract preserve filter logic into dedicated filterPreservedTags function
- Validate preserve filter regex before use with try-catch
- Use core.setFailed for invalid regex patterns
- Handle regex matching errors gracefully with appropriate warnings
- Improve code modularity and maintainability
0 commit comments