Skip to content

Commit

Permalink
🔧 (ci): 更新 CI 配置文件
Browse files Browse the repository at this point in the history
将 CI 配置文件中的标签提取器和转换器模式更新为更通用的模式,以更好地处理标签和描述。
  • Loading branch information
AnkioTomas committed Sep 3, 2024
1 parent 0be8c7d commit 6479de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@
"pr_template": "- **${{TITLE}}**",
"label_extractor": [
{
"pattern": ":(.+): (.+)",
"pattern": ":(.*?): (.+)",
"target": "$1",
"on_property": "title"
}
],
"transformers": [
{
"pattern": ":(.+): (.+)",
"pattern": ":(.*?): (.+)",
"target": "$2"
}
],
Expand Down

0 comments on commit 6479de3

Please sign in to comment.