github: Update workflow changelog.

This commit is contained in:
iabdalkader 2022-08-10 19:49:51 +02:00
parent 9abbf0d434
commit 75fce58aa9

View File

@ -43,6 +43,10 @@
{ {
"title": "## 🛠 Tools", "title": "## 🛠 Tools",
"labels": ["tools"] "labels": ["tools"]
},
{
"title": "## 🥾 Bootloader",
"labels": ["bootloader"]
} }
], ],
"ignore_labels": [ "ignore_labels": [
@ -118,6 +122,12 @@
"method": "replace", "method": "replace",
"target": "$1", "target": "$1",
"on_property": "title" "on_property": "title"
},
{
"pattern": "(^bootloader)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
} }
], ],
"transformers": [ "transformers": [