Merge pull request #1691 from openmv/workflow_update

github: Update workflow changelog.
This commit is contained in:
Ibrahim Abdelkader 2022-07-18 15:26:07 +02:00 committed by GitHub
commit 3b14278431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,10 @@
{
"title": "## 📜 Scripts",
"labels": ["scripts"]
},
{
"title": "## 🛠 Tools",
"labels": ["tools"]
}
],
"ignore_labels": [
@ -110,15 +114,9 @@
"on_property": "title"
},
{
"pattern": "^(stm32|rp2|nrf)(.*)",
"pattern": "(^tools)(.+)",
"method": "replace",
"target": "ports",
"on_property": "title"
},
{
"pattern": "^(OPENMV2|OPENMV3|OPENMV4|OPENMV4P|PORTENTA|OPENMVPT|NICLAV|NANO33|ARDUINO_NANO_RP2040_CONNECT)(.*)",
"method": "replace",
"target": "boards",
"target": "$1",
"on_property": "title"
}
],