Merge pull request #2411 from openmv/misc_changelog

github: Update workflows.
This commit is contained in:
Ibrahim Abdelkader 2024-09-04 15:49:16 +03:00 committed by GitHub
commit 91908aae95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": [