From f1f2d97fdd222fbc40edb462b6cab25e402d48ef Mon Sep 17 00:00:00 2001 From: imbajin Date: Thu, 3 Mar 2022 09:52:40 +0800 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index acb500ecf5..9f428d122e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,8 +20,8 @@ jobs: stale-pr-message: 'Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label' stale-issue-label: 'inactive' stale-pr-label: 'inactive' - exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo' - exempt-pr-labels: 'feature,bug,enhancement,improvement,wontfix,todo' + exempt-issue-labels: 'feature,bug,enhancement,improvement,wontfix,todo,guide,doc,help wanted' + exempt-pr-labels: 'feature,bug,enhancement,improvement,wontfix,todo,guide,doc,help wanted' exempt-all-milestones: true days-before-issue-stale: 15 @@ -29,7 +29,7 @@ jobs: days-before-pr-stale: 30 days-before-pr-close: 180 operations-per-run: 10 - start-date: '2018-10-01T00:00:00Z' + start-date: '2017-10-01T00:00:00Z' exempt-all-assignees: true remove-stale-when-updated: true