mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
github: Update workflows changelog.
This commit is contained in:
parent
8dc08dedec
commit
1ecb4a1397
22
.github/workflows/changelog.json
vendored
22
.github/workflows/changelog.json
vendored
@ -13,7 +13,7 @@
|
|||||||
"labels": ["hal"]
|
"labels": ["hal"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "## 📚 Lib",
|
"title": "## 📚 Libraries",
|
||||||
"labels": ["lib"]
|
"labels": ["lib"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -24,6 +24,10 @@
|
|||||||
"title": "## 💾 Drivers",
|
"title": "## 💾 Drivers",
|
||||||
"labels": ["drivers"]
|
"labels": ["drivers"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🐍 Micropython",
|
||||||
|
"labels": ["micropython"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "## 🧪 Ports",
|
"title": "## 🧪 Ports",
|
||||||
"labels": ["ports"]
|
"labels": ["ports"]
|
||||||
@ -35,10 +39,6 @@
|
|||||||
{
|
{
|
||||||
"title": "## 📜 Scripts",
|
"title": "## 📜 Scripts",
|
||||||
"labels": ["scripts"]
|
"labels": ["scripts"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "## 🐍 Micropython",
|
|
||||||
"labels": ["micropython"]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore_labels": [
|
"ignore_labels": [
|
||||||
@ -85,6 +85,12 @@
|
|||||||
"target": "$1",
|
"target": "$1",
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"pattern": "(^micropython)(.+)",
|
||||||
|
"method": "replace",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern": "(^ports)\/(.+):",
|
"pattern": "(^ports)\/(.+):",
|
||||||
"method": "replace",
|
"method": "replace",
|
||||||
@ -103,12 +109,6 @@
|
|||||||
"target": "$1",
|
"target": "$1",
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"pattern": "(^micropython)(.+)",
|
|
||||||
"method": "replace",
|
|
||||||
"target": "$1",
|
|
||||||
"on_property": "title"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"pattern": "^(stm32|rp2|nrf)(.*)",
|
"pattern": "^(stm32|rp2|nrf)(.*)",
|
||||||
"method": "replace",
|
"method": "replace",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user