From f0186ff9e3ee31d4cec14e8baff5b23c7bfd8cba Mon Sep 17 00:00:00 2001 From: Mariska <40423138+MariMakes@users.noreply.github.com> Date: Thu, 29 Jun 2023 13:48:18 +0200 Subject: [PATCH] Change Stalebot from Feature to Bugs Specifically targeting deferred issues. --- .github/workflows/stale.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 10459b0b758..f198cff05d9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,20 +17,20 @@ jobs: exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:' stale-issue-label: 'Status: Stale :hourglass:' labels-to-add-when-unstale: 'Status: Triage' - only-labels: "Type: Bug,Status: Deferred" + only-labels: "Type: New Feature,Status: Deferred" stale-issue-message: | Hi 👋, We are cleaning our list of issues to improve our focus. - This bug seems to be older than a year, which is at least three major Cura releases ago. + This feature request seems to be older than a year, which is at least three major Cura releases ago. It also received the label Deferred indicating that we did not have time to work on it back then and haven't found time to work on it since. - If this is still a problem for you in the current version of Cura, can you please leave a comment? + If this is still something that you think can improve how you and others use Cura, can you please leave a comment? We will have a fresh set of eyes to look at it. - If it is not a problem anymore, you don't have to do anything, and this issue will be automatically closed in 14 days. + If it has been resolved or don't need it to be improved anymore, you don't have to do anything, and this issue will be automatically closed in 14 days. close-issue-message: | This issue was closed because it has been inactive for 14 days since being marked as stale. - If you encounter this issue and still experience this to be a problem, you are welcome to make a fresh new issue with an updated description and screenshots. + If you encounter this issue and still have a need for this, you are welcome to make a fresh new issue with an updated description. permissions: contents: write # only for delete-branch option issues: write