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 ded77c0 commit 62ec2daCopy full SHA for 62ec2da
.github/labeler.yml
@@ -23,3 +23,7 @@ dependencies:
23
24
tests:
25
- head-branch: ['^test/', '^tests/']
26
+
27
+helm-chart:
28
+ - head-branch: ['^helm/', '^helm-chart/']
29
+ - changed-files: ['deploy/helm-chart/**/*']
.github/release.yml
@@ -12,6 +12,9 @@ changelog:
12
- title: 🐛 Bug Fixes
13
labels:
14
- bug
15
+ - title: 📦 Helm Chart
16
+ labels:
17
+ - helm-chart
18
- title: 📝 Documentation
19
20
- documentation
0 commit comments