Browse Source

Update release drafter

Add security block & ignore AQA
Roman Zabaluev 2 năm trước cách đây
mục cha
commit
7837622d5e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      .github/release_drafter.yaml

+ 4 - 0
.github/release_drafter.yaml

@@ -9,6 +9,7 @@ template: |
 exclude-labels:
   - 'scope/infrastructure'
   - 'scope/QA'
+  - 'scope/AQA'
   - 'type/dependencies'
   - 'type/chore'
   - 'type/documentation'
@@ -24,6 +25,9 @@ categories:
   - title: '🔨Bug Fixes'
     labels:
       - 'type/bug'
+  - title: 'Security'
+    labels:
+      - 'type/security'
   - title: '⎈ Helm/K8S Changes'
     labels:
       - 'scope/k8s'