forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstale.yml
More file actions
24 lines (19 loc) · 722 Bytes
/
Copy pathstale.yml
File metadata and controls
24 lines (19 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Days without any activity until an issue is labeled as stale
daysUntilStale: 30
# Days after having the stale label that the issue will be closed
daysUntilClose: 7
# Labels that prevent issues from being marked as stale
exemptLabels:
- keepalive
- proposal
# Label to use to identify a stale issue
staleLabel: stale
# Comment to post when marking an issue as stale. Leave as false
# to disable.
markComment: >
This issue has been automatically marked as stale because it has not had any
activity in the past 30 days. It will be closed in 7 days if no further
activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Leave as
# false to disable.
closeComment: false