openmv/.github/workflows/cl_config.json
2022-02-28 20:40:25 +02:00

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
}