mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
26 lines
525 B
JSON
26 lines
525 B
JSON
{
|
|
"categories": [
|
|
{
|
|
"title": "github",
|
|
"labels": ["github"]
|
|
}
|
|
],
|
|
"label_extractor": [
|
|
{
|
|
"pattern": "^github",
|
|
"on_property": "title",
|
|
"method": "match"
|
|
}
|
|
],
|
|
"ignore_labels": [
|
|
"github"
|
|
],
|
|
"sort": "DESC",
|
|
"template": "${{CHANGELOG}}\n${{UNCATEGORIZED}}\n",
|
|
"pr_template": "- ${{TITLE}}",
|
|
"empty_template": "- no changes",
|
|
"max_tags_to_fetch": 100,
|
|
"max_pull_requests": 100,
|
|
"max_back_track_time_days": 100
|
|
}
|