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: https://github.com/facebook/react-native/pull/21015 Differential Revision: D9721393 Pulled By: hramos fbshipit-source-id: 524c0b87987a8b76fa8d5e223fb5ed5a56a8c648
This commit is contained in:
parent
335927db44
commit
095eacdd83
|
@ -2,7 +2,7 @@
|
|||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 90
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
daysUntilClose: 3
|
||||
daysUntilClose: 7
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- Good first issue
|
||||
|
|
Loading…
Reference in New Issue