summaryrefslogtreecommitdiffstats
path: root/.github/stale.yml
blob: 460e327c6ea85cc04cfda3d03deec0ae2197fc39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 210
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 15
# Issues with these labels will never be considered stale
exemptLabels:
  - pinned
  - security
# Label to use when marking an issue as stale
staleLabel: wontfix

# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
  Thank you for your contributions.

  Noticed that this issue is not having any activity in last ~6 months! We
  are marking this issue as stale because it has not had recent activity.

  It will be closed in 2 weeks if no one responds with a comment here.
  

# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
  Closing this issue as there was no update since my last update on issue.
  If this is an issue which is still valid, feel free to open it.