From 386eaff1a30698850f989a3768fa6eb3b14c2dd4 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Mon, 16 Dec 2024 10:47:43 +0000 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 334ad75d914..3c9c3ed20e8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,10 +18,10 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-label: 'Resolution: Stale' stale-pr-label: 'Resolution: Stale' - exempt-issue-labels: 'Core Team,PRO Support,good first issue,question,Resolution: Help Wanted,Resolution: Workaround,Status: Discussion,Status: In Progress,Status: Needs Triage,Status: Pending Review,Type: Enhancement,Type: New Feature' + exempt-issue-labels: 'Core Team,PRO Support,Resolution: Help Wanted,Status: Discussion,Status: In Progress,Type: Enhancement,Type: New Feature' exempt-pr-labels: 'Core Team,Resolution: Help Wanted,Resolution: Workaround,Status: Discussion,Status: In Progress,Status: Pending Review' exempt-all-milestones: true - days-before-stale: 120 + days-before-stale: 365 days-before-close: 7 close-issue-reason: 'not_planned' stale-issue-message: 'This issue has been automatically marked as stale. **If this issue is still affecting you with the latest version, please leave any comment**, and we will keep it open. We are sorry that we have not been able to prioritize it yet. If you have any new additional information, please include it with your comment!'