Skip to content

Commit d916b45

Browse files
perlunjcouball
authored andcommitted
Fix Stalebot settings to not auto-close old issues/PRs (#433)
Signed-off-by: Per Lundberg <perlun@gmail.com>
1 parent f5cd6a6 commit d916b45

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/stale.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1+
# Probot: Stale
2+
# https://github.com/probot/stale
3+
14
# Number of days of inactivity before an issue becomes stale
25
daysUntilStale: 60
36

47
# Number of days of inactivity before a stale issue is closed
5-
daysUntilClose: 7
8+
# Set to false to disable. If disabled, issues still need to be closed
9+
# manually, but will remain marked as stale.
10+
daysUntilClose: false
611

712
# Issues with these labels will never be considered stale
813
exemptLabels:
914
- pinned
1015
- security
1116

1217
# Label to use when marking an issue as stale
13-
staleLabel: wontfix
18+
staleLabel: stale
1419

1520
# Comment to post when marking an issue as stale. Set to `false` to disable
1621
markComment: >
17-
This issue has been automatically marked as stale because it has not had
18-
recent activity. It will be closed if no further activity occurs. Thank you
19-
for your contributions.
22+
A friendly reminder that this issue had no activity for 60 days.
2023
2124
# Comment to post when closing a stale issue. Set to `false` to disable
2225
closeComment: false

0 commit comments

Comments
 (0)