Skip to content

Commit ae082e9

Browse files
committed
Update stalebot config
1 parent f610e1b commit ae082e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.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
@@ -23,6 +23,8 @@ If you have a `DPI-1047`, `DPI-1050` or `DPI-1072` error, re-review the links ab
2323
2424
Please answer these questions so we can help you.
2525
26+
GitHub issues that are not updated for a month may be automatically closed. Feel free to update them at any time.
27+
2628
-->
2729

2830
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)