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
9abbf0d434
commit
75fce58aa9
10
.github/workflows/changelog.json
vendored
10
.github/workflows/changelog.json
vendored
@ -43,6 +43,10 @@
|
|||||||
{
|
{
|
||||||
"title": "## 🛠 Tools",
|
"title": "## 🛠 Tools",
|
||||||
"labels": ["tools"]
|
"labels": ["tools"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "## 🥾 Bootloader",
|
||||||
|
"labels": ["bootloader"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore_labels": [
|
"ignore_labels": [
|
||||||
@ -118,6 +122,12 @@
|
|||||||
"method": "replace",
|
"method": "replace",
|
||||||
"target": "$1",
|
"target": "$1",
|
||||||
"on_property": "title"
|
"on_property": "title"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "(^bootloader)(.+)",
|
||||||
|
"method": "replace",
|
||||||
|
"target": "$1",
|
||||||
|
"on_property": "title"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transformers": [
|
"transformers": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user