mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-04 12:04:58 +08:00
ci: never close stale issues/rps
This commit is contained in:
parent
3091d844c0
commit
98564fa646
1 changed files with 2 additions and 2 deletions
4
.github/stale.yml
vendored
4
.github/stale.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue