39 lines
849 B
JSON
39 lines
849 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"
|
|
}
|
|
],
|
|
"max_pull_requests": 1000,
|
|
"max_back_track_time_days": 1000
|
|
} |