2020-01-09 20:14:31 -05:00
|
|
|
# Configuration for Stale (https://github.com/apps/stale)
|
|
|
|
|
2020-02-12 21:56:23 -05:00
|
|
|
# Pull requests are exempt from being marked as stale
|
|
|
|
only: issues
|
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
2020-07-24 11:51:08 -04:00
|
|
|
daysUntilStale: 45
|
2020-01-09 20:14:31 -05:00
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Number of days of inactivity before a stale issue is closed
|
2020-07-24 11:51:08 -04:00
|
|
|
daysUntilClose: 15
|
2020-01-09 20:14:31 -05:00
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
|
|
|
- "status: accepted"
|
2019-10-17 14:28:27 -04:00
|
|
|
- "status: blocked"
|
2020-07-24 11:51:08 -04:00
|
|
|
- "status: needs milestone"
|
2020-01-09 20:14:31 -05:00
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Label to use when marking an issue as stale
|
2020-07-24 11:51:08 -04:00
|
|
|
staleLabel: "pending closure"
|
2020-01-09 20:14:31 -05:00
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
|
|
|
This issue has been automatically marked as stale because it has not had
|
|
|
|
recent activity. It will be closed if no further activity occurs. NetBox
|
|
|
|
is governed by a small group of core maintainers which means not all opened
|
|
|
|
issues may receive direct feedback. Please see our [contributing guide](https://github.com/netbox-community/netbox/blob/develop/CONTRIBUTING.md).
|
2020-01-09 20:14:31 -05:00
|
|
|
|
2019-10-13 04:12:58 -04:00
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
|
|
closeComment: >
|
|
|
|
This issue has been automatically closed due to lack of activity. In an
|
|
|
|
effort to reduce noise, please do not comment any further. Note that the
|
|
|
|
core maintainers may elect to reopen this issue at a later date if deemed
|
|
|
|
necessary.
|