diff --git a/.github/workflows/update-topics.yaml b/.github/workflows/update-topics.yaml index 745980b45a..7bf751384d 100644 --- a/.github/workflows/update-topics.yaml +++ b/.github/workflows/update-topics.yaml @@ -81,6 +81,11 @@ jobs: d.body = d.body.replace(regex, releaseTopic); }); } + if (data["m.topic"]) { + data["m.topic"].forEach(d => { + d.body = d.body.replace(regex, releaseTopic); + }); + } res = await fetch(apiUrl, { method: "PUT",