From 586e50f80ff5e9ecc6a16eb67c92f0d10771b20a Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 3 Feb 2022 18:11:28 +0100 Subject: [PATCH] TODO issues exempt from stale action (#6530) --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index be2b0d97d5e7..7a83950c17b7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -34,5 +34,5 @@ jobs: 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 - exempt-issue-labels: 'documentation,tutorial' + exempt-issue-labels: 'documentation,tutorial,TODO' operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting.