File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11# Days without any activity until an issue is labeled as stale
2- daysUntilStale : 90
2+ daysUntilStale : 30
33
44# Days after having the stale label that the issue will be closed
55daysUntilClose : 15
66
77# Labels that prevent issues from being marked as stale
88exemptLabels :
99 - keepalive
10- - type/bug
11- - type/performance
12- - type/security
10+ - bug
1311 - help wanted
14- - CNCF migration
1512
1613# Label to use to identify a stale issue
1714staleLabel : stale
@@ -20,7 +17,7 @@ staleLabel: stale
2017# to disable.
2118markComment : >
2219 This issue has been automatically marked as stale because it has not had any
23- activity in the past 60 days. It will be closed in 15 days if no further
20+ activity in the past 30 days. It will be closed in 15 days if no further
2421 activity occurs. Thank you for your contributions.
2522
2623# Comment to post when closing a stale issue. Leave as
Original file line number Diff line number Diff line change 11name : Lint and Test Charts
22
3- on :
3+ on :
44 push :
55 branches :
66 - main
3636 run : ct lint --config ct.yaml
3737
3838 - name : Create kind cluster
39- uses : helm/kind-action@v1.1 .0
39+ uses : helm/kind-action@v1.2 .0
4040
4141 - name : Run chart-testing (install)
4242 run : |
You can’t perform that action at this time.
0 commit comments