Skip to content

Commit 62ec2da

Browse files
authored
Add helm-chart label to changes affecting the Helm chart (#1206)
Add entry to labeler.yml and release.yml for helm charts
1 parent ded77c0 commit 62ec2da

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ dependencies:
2323

2424
tests:
2525
- head-branch: ['^test/', '^tests/']
26+
27+
helm-chart:
28+
- head-branch: ['^helm/', '^helm-chart/']
29+
- changed-files: ['deploy/helm-chart/**/*']

.github/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ changelog:
1212
- title: 🐛 Bug Fixes
1313
labels:
1414
- bug
15+
- title: 📦 Helm Chart
16+
labels:
17+
- helm-chart
1518
- title: 📝 Documentation
1619
labels:
1720
- documentation

0 commit comments

Comments
 (0)