From e42ea667565175406ffac16bc57f7fa7aa9bfe95 Mon Sep 17 00:00:00 2001 From: donjuanplatinum Date: Sun, 9 Jun 2024 13:53:58 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9issue-checker=E5=8C=B9?= =?UTF-8?q?=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/issue-checker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/issue-checker.yml b/.github/issue-checker.yml index 026deb9..2fc25d1 100644 --- a/.github/issue-checker.yml +++ b/.github/issue-checker.yml @@ -20,7 +20,7 @@ labels: - name: enhance content: enhancement - regexes: '[Ff]eat(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Ff]eat(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -28,7 +28,7 @@ labels: # `Bug fix` - name: bug-fix content: Bug fix - regexes: '[Ff]ix(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Ff]ix(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -36,7 +36,7 @@ labels: # `document` - name: doc content: documentation - regexes: '[Dd]ocs(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Dd]ocs(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -44,7 +44,7 @@ labels: # `test` - name: test content: test - regexes: '[Tt]est(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Tt]est(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -52,7 +52,7 @@ labels: # 工具链等修改 - name: build content: build - regexes: '[Bb]uild(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Bb]uild(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -61,7 +61,7 @@ labels: # ci持续集成修改 - name: ci content: ci - regexes: '[Cc]i(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Cc]i(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -71,7 +71,7 @@ labels: # 代码样式缩进等 - name: style content: style - regexes: '[Ss]tyle(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[Ss]tyle(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -80,7 +80,7 @@ labels: # 重构代码结构 - name: refactor content: refactor - regexes: '[rR]factor(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[rR]factor(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: @@ -89,7 +89,7 @@ labels: # 性能优化 - name: perf content: perf - regexes: '[pP]erf(?:\([a-zA-Z]*/?[a-zA-Z]*\))?[\:\.\,]' + regexes: '[pP]erf(?:\([^)]*\))?[\:\.\,]' skip-if: - skip all remove-if: