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
3ccc55d40f
commit
d36aa8e2eb
11
.github/workflows/changelog.json
vendored
11
.github/workflows/changelog.json
vendored
@ -47,7 +47,12 @@
|
||||
{
|
||||
"title": "## 🥾 Bootloader",
|
||||
"labels": ["bootloader"]
|
||||
},
|
||||
{
|
||||
"title": "## 🥾 Bootloader",
|
||||
"labels": ["Bootloader"]
|
||||
}
|
||||
|
||||
],
|
||||
"ignore_labels": [
|
||||
"github"
|
||||
@ -128,6 +133,12 @@
|
||||
"method": "replace",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(^Bootloader)(.+)",
|
||||
"method": "replace",
|
||||
"target": "$1",
|
||||
"on_property": "title"
|
||||
}
|
||||
],
|
||||
"transformers": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user