summaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
blob: abf927a4f9c8ccf73fa9ad1579224040e570e86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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.