1
0
mirror of https://github.com/helm/charts.git synced 2026-02-14 18:10:14 +00:00

Improve stale handling (#7081)

This commit is contained in:
Reinhard Nägele
2018-08-08 15:24:08 +02:00
committed by k8s-ci-robot
parent 1090ab0e51
commit 4c58715377

5
.github/stale.yml vendored
View File

@@ -5,11 +5,12 @@ daysUntilClose: 14
# Issues with these labels will never be considered stale
exemptLabels:
- lifecycle/frozen
staleLabel: lifecycle/stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Activing will
cause the issue to no longer be considered stale. Thank you for your contributions.
recent activity. It will be closed if no further activity occurs. Any further update will
cause the issue/pull request to no longer be considered stale. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: >
This issue is being automatically closed due to inactivity.