Skip to content

Commit 4890ba6

Browse files
Frank Muellerscb01
authored andcommitted
Update stalebot config (#538)
* Update stalebot config Change stalebot to never mark issues as stale, and only close issues with no response. Also bugs should never be closed automatically. * Update stale.yml Only auto close issues and not pull requests
1 parent 04afb8e commit 4890ba6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/stale.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 30
2+
# Setting this to 100 years, because we do not want to automatically mark issues as stale
3+
daysUntilStale: 36500
34
# Number of days of inactivity before a stale issue is closed
45
daysUntilClose: 7
5-
# Issues with these labels will never be considered stale
6-
exemptLabels:
7-
- investigating
8-
- feature request
96
# Label to use when marking an issue as stale
10-
staleLabel: wontfix-stale
7+
staleLabel: closing-soon-if-no-response
118
# Comment to post when marking an issue as stale. Set to `false` to disable
129
markComment: >
1310
This issue has been automatically marked as stale because it has not had
@@ -17,3 +14,5 @@ markComment: >
1714
closeComment: >
1815
This issue has been automatically closed because of inactivity.
1916
Please open a new issue if are still encountering problems.
17+
# Limit to only `issues` or `pulls`
18+
only: issues

0 commit comments

Comments
 (0)