mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Update workflow changelog.
This commit is contained in:
parent
88beee43f7
commit
1b16b37f9d
14
.github/workflows/changelog.json
vendored
14
.github/workflows/changelog.json
vendored
@ -39,6 +39,10 @@
|
|||||||
{
|
{
|
||||||
"title": "## 📜 Scripts",
|
"title": "## 📜 Scripts",
|
||||||
"labels": ["scripts"]
|
"labels": ["scripts"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🛠 Tools",
|
||||||
|
"labels": ["tools"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore_labels": [
|
"ignore_labels": [
|
||||||
@ -110,15 +114,9 @@
|
|||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^(stm32|rp2|nrf)(.*)",
|
"pattern": "(^tools)(.+)",
|
||||||
"method": "replace",
|
"method": "replace",
|
||||||
"target": "ports",
|
"target": "$1",
|
||||||
"on_property": "title"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pattern": "^(OPENMV2|OPENMV3|OPENMV4|OPENMV4P|PORTENTA|OPENMVPT|NICLAV|NANO33|ARDUINO_NANO_RP2040_CONNECT)(.*)",
|
|
||||||
"method": "replace",
|
|
||||||
"target": "boards",
|
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user