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