Skip to content

Commit 501d1ff

Browse files
committed
Add label for Helm Chart
1 parent 71745fb commit 501d1ff

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/labeler.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ dependencies:
2020
- branch: ['deps/**', 'dep/**', 'dependabot/**']
2121
- go.mod
2222
- go.sum
23+
24+
helm_chart:
25+
- deployments/helm-chart/**/*

.github/labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@
5252
- color: ffffff
5353
description: An issue that does not need to be fixed
5454
name: wontfix
55+
- color: 0e8a16
56+
description: Pull requests that update the Helm Chart
57+
name: helm_chart

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ changelog:
1515
- title: 📝 Documentation
1616
labels:
1717
- documentation
18+
- title: 📦 Helm Chart
19+
labels:
20+
- helm_chart
1821
- title: 🧪 Tests
1922
labels:
2023
- tests

0 commit comments

Comments
 (0)