diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ee08510b4a30..03d99790a4a7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -32,7 +32,9 @@ jobs: Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions YOLOv5 🚀 and Vision AI ⭐.' - days-before-stale: 30 - days-before-close: 5 + days-before-issue-stale: 30 + days-before-issue-close: 10 + days-before-pr-stale: 90 + days-before-pr-close: 30 exempt-issue-labels: 'documentation,tutorial,TODO' operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.