ci: never close stale issues/rps

This commit is contained in:
Felipe Martin 2025-06-28 12:28:32 +02:00 committed by GitHub
parent 3091d844c0
commit 98564fa646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.github/stale.yml vendored
View file

@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 10
daysUntilClose: -1
# Issues with these labels will never be considered stale
exemptLabels:
- tag:no-stale
@ -23,6 +23,6 @@ closeComment: false
pulls:
daysUntilStale: 10
daysUntilClose: 10
daysUntilClose: -1
onlyLabels:
- tag:stalebot