Skip to content

Commit 0621594

Browse files
committed
✅ Update stale / close durations
1 parent dba613f commit 0621594

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.github/workflows/close-stale.yml

+15-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,21 @@ jobs:
2020
- uses: actions/stale@v3
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
stale-issue-message: 'This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days.'
24-
days-before-stale: 60
25-
days-before-close: 10
23+
stale-issue-message: |
24+
Greetings from the Marlin AutoBot!
25+
This issue has had no activity for the last 90 days.
26+
Do you still see this issue with the latest `bugfix-2.1.x` code?
27+
Please add a reply within 14 days or this issue will be automatically closed.
28+
To keep a confirmed issue open we can also add a "Bug: Confirmed" tag.
29+
30+
Disclaimer: This is an open community project with lots of activity and limited
31+
resources. The main project contributors will do a bug sweep ahead of the next
32+
release, but any skilled member of the community may jump in at any time to fix
33+
this issue. That can take a while depending on our busy lives so please be patient,
34+
and take advantage of other resources such as the MarlinFirmware Discord to help
35+
solve the issue.
36+
days-before-stale: 90
37+
days-before-close: 14
2638
stale-issue-label: 'stale-closing-soon'
2739
exempt-all-assignees: true
2840
exempt-issue-labels: 'Bug: Confirmed !,T: Feature Request,Needs: More Data,Needs: Discussion,Needs: Documentation,Needs: Patch,Needs: Work,Needs: Testing,help wanted,no-locking'

0 commit comments

Comments
 (0)