We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71745fb commit 501d1ffCopy full SHA for 501d1ff
.github/labeler.yml
@@ -20,3 +20,6 @@ dependencies:
20
- branch: ['deps/**', 'dep/**', 'dependabot/**']
21
- go.mod
22
- go.sum
23
+
24
+helm_chart:
25
+- deployments/helm-chart/**/*
.github/labels.yml
@@ -52,3 +52,6 @@
52
- color: ffffff
53
description: An issue that does not need to be fixed
54
name: wontfix
55
+- color: 0e8a16
56
+ description: Pull requests that update the Helm Chart
57
+ name: helm_chart
.github/release.yml
@@ -15,6 +15,9 @@ changelog:
15
- title: 📝 Documentation
16
labels:
17
- documentation
18
+ - title: 📦 Helm Chart
19
+ labels:
+ - helm_chart
- title: 🧪 Tests
- tests
0 commit comments