瀏覽代碼

Update release drafter

Add security block & ignore AQA
Roman Zabaluev 2 年之前
父節點
當前提交
7837622d5e
共有 1 個文件被更改,包括 4 次插入0 次删除
  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'