Skip to content

Commit 095eacd

Browse files
kelsetfacebook-github-bot
authored andcommitted
Change the number of days to kill stales from 3 to 7 (#21015)
Summary: Basically, saw this commit this morning and had a chance to discuss it with matthargett and AndrewJack and overall I agree with their criticism about 3 days being too little time for people to react to it. Pull Request resolved: #21015 Differential Revision: D9721393 Pulled By: hramos fbshipit-source-id: 524c0b87987a8b76fa8d5e223fb5ed5a56a8c648
1 parent 335927d commit 095eacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Number of days of inactivity before an issue becomes stale
33
daysUntilStale: 90
44
# Number of days of inactivity before a stale issue is closed
5-
daysUntilClose: 3
5+
daysUntilClose: 7
66
# Issues with these labels will never be considered stale
77
exemptLabels:
88
- Good first issue

0 commit comments

Comments
 (0)