mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-06 07:57:08 +08:00
Tweak stale parameters
This commit is contained in:
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 7
|
daysUntilStale: 14
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
@ -8,6 +8,7 @@ exemptLabels:
|
|||||||
- security
|
- security
|
||||||
- bug
|
- bug
|
||||||
- enhancement
|
- enhancement
|
||||||
|
- documentation
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
|||||||
Reference in New Issue
Block a user