{ "categories": [ { "title": "ignore", "labels": ["github"] }, { "title": "## ๐Ÿช„ Image", "labels": ["imlib"] }, { "title": "## ๐Ÿงฌ HAL", "labels": ["hal"] }, { "title": "## ๐Ÿ“š Lib", "labels": ["lib"] }, { "title": "## ๐Ÿค– Sensors", "labels": ["sensors"] }, { "title": "## ๐Ÿ’พ Drivers", "labels": ["drivers"] }, { "title": "## ๐Ÿงช Ports", "labels": ["ports"] }, { "title": "## โš™๏ธ Boards", "labels": ["boards"] }, { "title": "## ๐Ÿ“œ Scripts", "labels": ["scripts"] }, { "title": "## ๐Ÿ Micropython", "labels": ["micropython"] } ], "ignore_labels": [ "github" ], "label_extractor": [ { "pattern": "^github", "method": "match", "on_property": "title" }, { "pattern": "^imlib", "method": "match", "on_property": "title" }, { "pattern": "(^hal)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^lib)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^sensors)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^Lepton)(.+)", "method": "replace", "target": "sensors", "on_property": "title" }, { "pattern": "(^drivers)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^ports)\/(.+):", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^boards)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^scripts)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "(^micropython)(.+)", "method": "replace", "target": "$1", "on_property": "title" }, { "pattern": "^(stm32|rp2|nrf)(.*)", "method": "replace", "target": "ports", "on_property": "title" }, { "pattern": "^(OPENMV2|OPENMV3|OPENMV4|OPENMV4P|PORTENTA|OPENMVPT|NICLAV|NANO33|ARDUINO_NANO_RP2040_CONNECT)(.*)", "method": "replace", "target": "boards", "on_property": "title" } ], "transformers": [ { "pattern": "^(.*)\/(.+:.*)", "target": "- $2\n" } ], "sort": "DESC", "template": "${{CHANGELOG}}\n\n## ๐Ÿช› Misc Fixes:\n\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 }