Skip to content

Commit 320fb1f

Browse files
Update stalebot configuration.
1 parent 216bc42 commit 320fb1f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/general-questions-and-runtime-problems.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Please answer these questions so we can help you.
1717
1818
Use Markdown syntax, see https://help.github.com/github/writing-on-github/basic-writing-and-formatting-syntax
1919
20+
GitHub issues that are not updated for a month may be automatically closed. Feel free to update them at any time.
21+
2022
-->
2123

2224
1. What versions are you using?

.github/ISSUE_TEMPLATE/installation-questions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Google any errors.
2525
2626
Then please answer these questions so we can help you.
2727
28+
GitHub issues that are not updated for a month may be automatically closed. Feel free to update them at any time.
29+
2830
-->
2931

3032
1. What versions are you using?

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://probot.github.io/apps/stale/
22

33
# Number of days of inactivity before an issue becomes stale
4-
daysUntilStale: 21
4+
daysUntilStale: 30
55
# Number of days of inactivity before a stale issue is closed
66
daysUntilClose: 7
77
# Issues with these labels will never be considered stale
@@ -20,4 +20,4 @@ markComment: >
2020
for your contributions.
2121
# Comment to post when closing a stale issue. Set to `false` to disable
2222
closeComment: >
23-
This issue has been automatically closed because it has not been updated in 28 days.
23+
This issue has been automatically closed because it has not been updated for a month.

0 commit comments

Comments
 (0)