--- # Validation rules for stale action # Generated by update-validators.py v1.0.0 - DO NOT EDIT MANUALLY # Schema version: 1.0 # Coverage: 100% (3/3 inputs) # # This file defines validation rules for the stale GitHub Action. # Rules are automatically applied by validate-inputs action when this # action is used. # schema_version: '1.0' action: stale description: A GitHub Action to close stale issues and pull requests. generator_version: 1.0.0 required_inputs: [] optional_inputs: - days-before-close - days-before-stale - token conventions: days-before-close: positive_integer days-before-stale: positive_integer token: github_token overrides: {} statistics: total_inputs: 3 validated_inputs: 3 skipped_inputs: 0 coverage_percentage: 100 validation_coverage: 100 auto_detected: true manual_review_required: false quality_indicators: has_required_inputs: false has_token_validation: true has_version_validation: false has_file_validation: false has_security_validation: true