We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97a17 commit b89b000Copy full SHA for b89b000
.github/workflows/update-topics.yaml
@@ -43,7 +43,7 @@ jobs:
43
const releaseTopic = `Stable: ${data.tag_name} | ${RELEASE_STATUS}`;
44
console.log("Release topic: " + releaseTopic);
45
46
- const regex = /Stable: v(.+) \| Release status: (\w+) expected (\w+ \d+\w\w)gm;
+ const regex = /Stable: v(.+) \| Release status: (\w+) expected (\w+ \d+\w\w)/gm;
47
48
async function updateReleaseInTopic(roomId) {
49
const apiUrl = `${HS_URL}/_matrix/client/v3/rooms/${roomId}/state/m.room.topic/`;
0 commit comments