Skip to content

Commit d75806f

Browse files
authored
fix: update stale bot (#145)
Increase number of days before an issue or PR becomes stale. I don't have much time to work on this project right now, so removing the stale label for a relevant issue that was not
1 parent 788bd72 commit d75806f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/stale.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 30
2+
daysUntilStale: 90
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 14
4+
daysUntilClose: 30
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7+
- bug
78
- pinned
89
- security
910
# Label to use when marking an issue as stale
@@ -14,4 +15,4 @@ markComment: >
1415
recent activity. It will be closed if no further activity occurs. Thank you
1516
for your contributions.
1617
# Comment to post when closing a stale issue. Set to `false` to disable
17-
closeComment: false
18+
closeComment: false

0 commit comments

Comments
 (0)