2018-01-19 16:23:28 -08:00
|
|
|
# Number of days of inactivity before an issue becomes stale
|
|
|
|
daysUntilStale: 60
|
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
|
|
daysUntilClose: 7
|
|
|
|
# Issues with these labels will never be considered stale
|
|
|
|
exemptLabels:
|
|
|
|
- pinned
|
|
|
|
- security
|
2018-03-05 19:06:39 -08:00
|
|
|
- :woman_technologist: ready for dev
|
|
|
|
- :moneybag: bounty
|
|
|
|
- :hand: bug
|
2018-06-01 13:55:39 -07:00
|
|
|
- "🔐 security"
|
|
|
|
- "👩💻 ready for dev"
|
|
|
|
- "💰 bounty"
|
|
|
|
- "✋ bug"
|
2018-07-18 02:57:05 -07:00
|
|
|
|
|
|
|
exemptMilestones: true
|
|
|
|
|
2018-01-19 16:23:28 -08:00
|
|
|
# Label to use when marking an issue as stale
|
2018-01-19 20:45:25 -08:00
|
|
|
staleLabel: stale
|
2018-07-18 02:57:05 -07:00
|
|
|
|
|
|
|
only: issues
|
|
|
|
|
|
|
|
# Comment to post when removing the stale label.
|
|
|
|
unmarkComment: >
|
|
|
|
Okay, it looks like this issue or feature request might still be important. We'll re-open
|
|
|
|
it for now. Thank you for letting us know!
|
|
|
|
|
2018-01-19 16:23:28 -08:00
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
|
|
markComment: >
|
2018-07-18 02:57:05 -07:00
|
|
|
Is this still relevant? We haven't heard from anyone in a bit. If so,
|
|
|
|
please comment with any updates or additional detail.
|
|
|
|
|
2018-01-19 16:23:28 -08:00
|
|
|
This issue has been automatically marked as stale because it has not had
|
2018-07-18 02:57:05 -07:00
|
|
|
recent activity. It will be closed if no further activity occurs. Don't
|
|
|
|
take it personally, we just need to keep a handle on things. Thank you
|
2018-01-19 16:23:28 -08:00
|
|
|
for your contributions!
|
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
2018-07-18 02:57:05 -07:00
|
|
|
closeComment: >
|
|
|
|
This issue has been automatically closed because it has not had
|
|
|
|
recent activity. If you believe this is still an issue, please confirm that
|
|
|
|
this issue is still happening in the most recent version of Snipe-IT and reply
|
|
|
|
to this thread to re-open it.
|