فهرست منبع

modify autolabeler settings

Yuki Takei 4 سال پیش
والد
کامیت
da7dbb830b
1فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 9 9
      .github/release-drafter.yml

+ 9 - 9
.github/release-drafter.yml

@@ -20,23 +20,23 @@ change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add
 autolabeler:
 autolabeler:
   - label: 'feature'
   - label: 'feature'
     branch:
     branch:
-      - '/feat\/.+/'
+      - '/^feat\/.+/'
   - label: 'improvement'
   - label: 'improvement'
     branch:
     branch:
-      - '/imprv\/.+/'
+      - '/^imprv\/.+/'
   - label: 'bug'
   - label: 'bug'
     branch:
     branch:
-      - '/fix\/.+/'
+      - '/^fix\/.+/'
     title:
     title:
-      - '/fix/i'
+      - '/^fix/i'
   - label: 'support'
   - label: 'support'
     branch:
     branch:
-      - '/support\/.+/'
+      - '/^support\/.+/'
     title:
     title:
-      - '/chore/i'
-      - '/ci/i'
-      - '/docs/i'
-      - '/test/i'
+      - '/^chore/i'
+      - '/^ci/i'
+      - '/^docs/i'
+      - '/^test/i'
 
 
 exclude-labels:
 exclude-labels:
   - 'exclude from changelog'
   - 'exclude from changelog'