From c7689198bc66023378f71aa80c0829a763a928bd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 4 Jul 2022 15:01:11 +0200 Subject: [PATCH] Update stale.yml (#8465) --- .github/workflows/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.