0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-02-05 05:59:49 +00:00
netdata_netdata/.github/stale.yml
Ilya Mashchenko 3213a4a683
stale bot limits update (#6297)
* update stale bot limits and msg

* minor
2019-06-17 18:27:25 +03:00

18 lines
473 B
YAML

---
only: issues
limitPerRun: 30
daysUntilStale: 30
daysUntilClose: 7
exemptLabels:
- bug
- help wanted
- feature request
exemptProjects: true
exemptMilestones: true
staleLabel: stale
markComment: >
This issue has been inactive for 30 days.
It will be closed in one week, unless it is updated.
closeComment: >
This issue has been automatically closed due to extended period of inactivity.
Please reopen if it is still valid. Thank you for your contributions.