From a5237977004038191599b9410fa1f3055489b71e Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 15 Mar 2024 11:30:18 +0400 Subject: [PATCH] reduce days to stale --- workflows/handle-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/handle-stale.yml b/workflows/handle-stale.yml index ebc2418..a5b5339 100644 --- a/workflows/handle-stale.yml +++ b/workflows/handle-stale.yml @@ -15,7 +15,7 @@ jobs: close-pr-message: "We're closing this pull request after a prolonged period of inactivity. If it is still relevant, please ask for this pull request to be reopened. Thank you." stale-issue-label: "STATE: Stale" stale-pr-label: "STATE: Stale" - days-before-stale: 365 + days-before-stale: 180 days-before-close: 10 exempt-issue-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center" exempt-pr-labels: "AREA: docs,FREQUENCY: critical,FREQUENCY: level 2,HELP WANTED,!IMPORTANT!,STATE: Need clarification,STATE: Need response,STATE: won't fix,support center" \ No newline at end of file