From 84424bb945e912083014b46e2bd8c64c436dcace Mon Sep 17 00:00:00 2001 From: dhoomakethu Date: Mon, 8 Mar 2021 20:06:53 +0530 Subject: [PATCH] Update stale.yml Stale check --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f8bc7b866..f8d233527 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,8 +22,9 @@ jobs: days-before-issue-close: 5 days-before-pr-close: 10 stale-issue-label: 'no-issue-activity' - exempt-issue-labels: 'Bug, Enhancements, Investigating, in progress, Documentation Update Required' + exempt-issue-labels: 'Bug,Enhancements,Investigating,in progress,Documentation Update Required,3.x' stale-pr-label: 'no-pr-activity' - exempt-pr-labels: 'IN REVIEW, Reviewing, Draft, in progress, 3.x, 2.5.0' + exempt-pr-labels: 'IN REVIEW,Reviewing,Draft,in progress,3.x,2.5.0' + remove-stale-when-updated: true # only-labels: "More Information Required, Not an Issue, question, Won't Do"