mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
github: Update workflows.
This commit is contained in:
parent
5fe32bdc8a
commit
ac179fda3a
10
.github/workflows/changelog.json
vendored
10
.github/workflows/changelog.json
vendored
@ -51,6 +51,10 @@
|
||||
{
|
||||
"title": "## 🥾 Bootloader",
|
||||
"labels": ["bootloader"]
|
||||
},
|
||||
{
|
||||
"title": "## ⚠️ Breaking Changes",
|
||||
"labels": ["breaking"]
|
||||
}
|
||||
],
|
||||
"ignore_labels": [
|
||||
@ -138,6 +142,12 @@
|
||||
"method": "replace",
|
||||
"target": "bootloader",
|
||||
"on_property": "title"
|
||||
},
|
||||
{
|
||||
"pattern": "(^breaking)",
|
||||
"method": "replace",
|
||||
"target": "$1",
|
||||
"on_property": "labels"
|
||||
}
|
||||
],
|
||||
"transformers": [
|
||||
|
Loading…
Reference in New Issue
Block a user