Skip to content

Commit 7e0f916

Browse files
authored
Updated stalebot configuration
Make it close issues immediately after they are marked as stale. 0 == false and was disabling the check. Setting it to -1 is a hack.
1 parent 87039eb commit 7e0f916

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ limitPerRun: 1
99

1010
pulls:
1111
daysUntilStale: 60
12-
daysUntilClose: 0
12+
daysUntilClose: -1
1313
staleComment: false
1414
closeComment: >
1515
This pull request has been automatically detected as stale because it has not had
1616
recent activity and will be archived. Thank you for your contributions.
1717
1818
issues:
1919
daysUntilStale: 180
20-
daysUntilClose: 0
20+
daysUntilClose: -1
2121
staleComment: false
2222
closeComment: >
2323
This issue has been automatically detected as stale because it has not had

0 commit comments

Comments
 (0)