Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input validation for max_age_in_days parameter in ActionConfig #10975

Closed
wants to merge 1 commit into from

Conversation

DeVikingMark
Copy link

Changes made:

  • Added validation to ensure max_age_in_days is a valid number
  • Added check to prevent negative values
  • Added descriptive error message for invalid inputs

Why:

  • Prevents silent failures from invalid input
  • Improves error handling and debugging
  • Follows defensive programming practices
  • Provides better user experience with clear error messages

@Maddiaa0 Maddiaa0 closed this Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants