github: Update workflows changelog.

This commit is contained in:
iabdalkader 2022-03-10 01:55:22 +02:00
parent 8dc08dedec
commit 1ecb4a1397

View File

@ -13,7 +13,7 @@
"labels": ["hal"] "labels": ["hal"]
}, },
{ {
"title": "## 📚 Lib", "title": "## 📚 Libraries",
"labels": ["lib"] "labels": ["lib"]
}, },
{ {
@ -24,6 +24,10 @@
"title": "## 💾 Drivers", "title": "## 💾 Drivers",
"labels": ["drivers"] "labels": ["drivers"]
}, },
{
"title": "## 🐍 Micropython",
"labels": ["micropython"]
},
{ {
"title": "## 🧪 Ports", "title": "## 🧪 Ports",
"labels": ["ports"] "labels": ["ports"]
@ -35,10 +39,6 @@
{ {
"title": "## 📜 Scripts", "title": "## 📜 Scripts",
"labels": ["scripts"] "labels": ["scripts"]
},
{
"title": "## 🐍 Micropython",
"labels": ["micropython"]
} }
], ],
"ignore_labels": [ "ignore_labels": [
@ -85,6 +85,12 @@
"target": "$1", "target": "$1",
"on_property": "title" "on_property": "title"
}, },
{
"pattern": "(^micropython)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{ {
"pattern": "(^ports)\/(.+):", "pattern": "(^ports)\/(.+):",
"method": "replace", "method": "replace",
@ -103,12 +109,6 @@
"target": "$1", "target": "$1",
"on_property": "title" "on_property": "title"
}, },
{
"pattern": "(^micropython)(.+)",
"method": "replace",
"target": "$1",
"on_property": "title"
},
{ {
"pattern": "^(stm32|rp2|nrf)(.*)", "pattern": "^(stm32|rp2|nrf)(.*)",
"method": "replace", "method": "replace",