Просмотр исходного кода

modify settings for autolabelar to set 'exclude from changelog'

Yuki Takei 4 лет назад
Родитель
Сommit
7ccd7ab001
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      .github/release-drafter.yml

+ 5 - 1
.github/release-drafter.yml

@@ -33,10 +33,14 @@ autolabeler:
     branch:
       - '/^support\/.+/'
     title:
-      - '/^chore/i'
       - '/^ci/i'
       - '/^docs/i'
       - '/^test/i'
+  - label: 'exclude from changelog'
+    branch:
+      - '/^chore\/.+/'
+    title:
+      - '/^chore/i'
 
 exclude-labels:
   - 'exclude from changelog'