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"]
|
||||
},
|
||||
{
|
||||
"title": "## 📚 Lib",
|
||||
"title": "## 📚 Libraries",
|
||||
"labels": ["lib"]
|
||||
},
|
||||
{
|
||||
@ -24,6 +24,10 @@
|
||||
"title": "## 💾 Drivers",
|
||||
"labels": ["drivers"]
|
||||
},
|
||||
{
|
||||
"title": "## 🐍 Micropython",
|
||||
"labels": ["micropython"]
|
||||
},
|
||||
{
|
||||
"title": "## 🧪 Ports",
|
||||
"labels": ["ports"]
|
||||
@ -35,10 +39,6 @@
|
||||
{
|
||||
"title": "## 📜 Scripts",
|
||||
"labels": ["scripts"]
|
||||
},
|
||||
{
|
||||
"title": "## 🐍 Micropython",
|
||||
"labels": ["micropython"]
|
||||
}
|
||||
],
|
||||
"ignore_labels": [
|
||||
@ -85,6 +85,12 @@
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(^micropython)(.+)",
|
||||
"method": "replace",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(^ports)\/(.+):",
|
||||
"method": "replace",
|
||||
@ -103,12 +109,6 @@
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(^micropython)(.+)",
|
||||
"method": "replace",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "^(stm32|rp2|nrf)(.*)",
|
||||
"method": "replace",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user