From 1b16b37f9dbb0be6a986632c0126edbad3ccfe38 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Mon, 18 Jul 2022 15:21:22 +0200 Subject: [PATCH] github: Update workflow changelog. --- .github/workflows/changelog.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changelog.json b/.github/workflows/changelog.json index 9a0d4c22f..2a2e97bbe 100644 --- a/.github/workflows/changelog.json +++ b/.github/workflows/changelog.json @@ -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" } ],