Skip to content

Commit 1c3bced

Browse files
authored
update kind cluster and stale config (grafana#177)
Signed-off-by: ShuzZzle <niclas.schad@gmail.com>
1 parent 2034e75 commit 1c3bced

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/stale.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
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
55
daysUntilClose: 15
66

77
# Labels that prevent issues from being marked as stale
88
exemptLabels:
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
1714
staleLabel: stale
@@ -20,7 +17,7 @@ staleLabel: stale
2017
# to disable.
2118
markComment: >
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

.github/workflows/lint-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint and Test Charts
22

3-
on:
3+
on:
44
push:
55
branches:
66
- main
@@ -36,7 +36,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)