Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/.github/stale.yml

24 lines
722 B

# 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