Browse Source

Release drafter: segregate helm charts changes

Roman Zabaluev 3 years ago
parent
commit
112083200f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/release_drafter.yaml

+ 3 - 0
.github/release_drafter.yaml

@@ -24,6 +24,9 @@ categories:
   - title: '🔨Bug Fixes'
     labels:
       - 'type/bug'
+  - title: '⎈ Helm/K8S Changes'
+    labels:
+      - 'scope/k8s'
 
 change-template: '- $TITLE @$AUTHOR (#$NUMBER)'