netdata_netdata/.github/stale.yml

19 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.