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