- adjust RegExp to be executed in unicode mode, allows referencing a emoji via `.` - introduce new testcase for emoji mode with label extractor
37 lines
780 B
JSON
37 lines
780 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "## 🚀 Features",
|
|
"labels": ["🚀", "🌟"]
|
|
},
|
|
{
|
|
"title": "## 🐛 Fixes",
|
|
"labels": ["🐛"]
|
|
},
|
|
{
|
|
"title": "## 🧪 Tests",
|
|
"labels": ["🧪"]
|
|
},
|
|
{
|
|
"title": "## 💬 Other",
|
|
"labels": ["💬", "📖", "🚨"]
|
|
},
|
|
{
|
|
"title": "## 📦 Dependencies",
|
|
"labels": ["dependencies"]
|
|
}
|
|
],
|
|
"pr_template": "${{TITLE}}",
|
|
"label_extractor": [
|
|
{
|
|
"pattern": "(.) (.+)",
|
|
"target": "$1"
|
|
}
|
|
],
|
|
"transformers": [
|
|
{
|
|
"pattern": "(.) (.+)",
|
|
"target": "- $2"
|
|
}
|
|
]
|
|
} |