github: Update workflows.

This commit is contained in:
iabdalkader 2024-09-04 14:10:15 +02:00
parent 5fe32bdc8a
commit ac179fda3a

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