Procházet zdrojové kódy

Update release drafter

Add security block & ignore AQA
Roman Zabaluev před 2 roky
rodič
revize
7837622d5e
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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'