Skip to content

Commit

Permalink
Add helm-chart label to changes affecting the Helm chart (#1206)
Browse files Browse the repository at this point in the history
Add entry to labeler.yml and release.yml for helm charts
  • Loading branch information
ciarams87 authored Oct 31, 2023
1 parent ded77c0 commit 62ec2da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ dependencies:

tests:
- head-branch: ['^test/', '^tests/']

helm-chart:
- head-branch: ['^helm/', '^helm-chart/']
- changed-files: ['deploy/helm-chart/**/*']
3 changes: 3 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ changelog:
- title: 🐛 Bug Fixes
labels:
- bug
- title: 📦 Helm Chart
labels:
- helm-chart
- title: 📝 Documentation
labels:
- documentation
Expand Down

0 comments on commit 62ec2da

Please sign in to comment.