Improved the reliability of link-checking workflows on GitHub.
📊 Key Changes
Increased timeout_minutes from 15 to 60.
Extended retry_wait_seconds from 300 to 900.
Raised max_attempts from 3 to 5.
🎯 Purpose & Impact
Enhanced Reliability: Ensures that the link-checking process is more robust and can handle transient issues by allowing more time and retries.
Better Failure Handling: Reduces the likelihood of false negatives in link-checking, improving overall accuracy and reliability of documentation checks.
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Improved the reliability of link-checking workflows on GitHub.
📊 Key Changes
timeout_minutes
from 15 to 60.retry_wait_seconds
from 300 to 900.max_attempts
from 3 to 5.🎯 Purpose & Impact