소스 검색

Release drafter: segregate helm charts changes

Roman Zabaluev 3 년 전
부모
커밋
112083200f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)'