mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 17:08:41 -06:00
Update stalebot config
This commit is contained in:
parent
cb570790e6
commit
5734c5e093
9
.github/stale.yml
vendored
9
.github/stale.yml
vendored
@ -4,19 +4,20 @@
|
|||||||
only: issues
|
only: issues
|
||||||
|
|
||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 14
|
daysUntilStale: 45
|
||||||
|
|
||||||
# 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: 15
|
||||||
|
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- "status: accepted"
|
- "status: accepted"
|
||||||
- "status: gathering feedback"
|
|
||||||
- "status: blocked"
|
- "status: blocked"
|
||||||
|
- "status: needs milestone"
|
||||||
|
- "status: under review"
|
||||||
|
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: wontfix
|
staleLabel: "pending closure"
|
||||||
|
|
||||||
# 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
|
||||||
markComment: >
|
markComment: >
|
||||||
|
Loading…
Reference in New Issue
Block a user