diff --git a/.github/labeler.yml b/.github/labeler.yml index 0243e1b1b1..9eb718b594 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,3 +23,7 @@ dependencies: tests: - head-branch: ['^test/', '^tests/'] + +helm-chart: + - head-branch: ['^helm/', '^helm-chart/'] + - changed-files: ['deploy/helm-chart/**/*'] diff --git a/.github/release.yml b/.github/release.yml index 58ddea9672..93dc93427c 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -12,6 +12,9 @@ changelog: - title: 🐛 Bug Fixes labels: - bug + - title: 📦 Helm Chart + labels: + - helm-chart - title: 📝 Documentation labels: - documentation