github: Update workflow changelog.

This commit is contained in:
iabdalkader 2022-08-10 22:57:11 +02:00
parent d36aa8e2eb
commit 86237300b2

View File

@ -47,12 +47,7 @@
{ {
"title": "## 🥾 Bootloader", "title": "## 🥾 Bootloader",
"labels": ["bootloader"] "labels": ["bootloader"]
},
{
"title": "## 🥾 Bootloader",
"labels": ["Bootloader"]
} }
], ],
"ignore_labels": [ "ignore_labels": [
"github" "github"
@ -129,15 +124,9 @@
"on_property": "title" "on_property": "title"
}, },
{ {
"pattern": "(^bootloader)(.+)", "pattern": "^(bootloader|Bootloader)(.+)",
"method": "replace", "method": "replace",
"target": "$1", "target": "bootloader",
"on_property": "title"
},
{
"pattern": "(^Bootloader)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title" "on_property": "title"
} }
], ],