From 61ecef444fbd9e1eb4138123f35ecba32fe77565 Mon Sep 17 00:00:00 2001
From: Egor_P <egor@parity.io>
Date: Thu, 22 Feb 2024 16:48:52 +0700
Subject: [PATCH] Add matrix public channels for release announcements (#3430)

This PR adds two more public channels in matrix where should the release
announcements go
---
 .github/workflows/release-99_notif-published.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/release-99_notif-published.yml b/.github/workflows/release-99_notif-published.yml
index 397795fafa4..732db15d9c0 100644
--- a/.github/workflows/release-99_notif-published.yml
+++ b/.github/workflows/release-99_notif-published.yml
@@ -32,6 +32,12 @@ jobs:
           - name: '#polkadotvalidatorlounge:web3.foundation'
             room: '!NZrbtteFeqYKCUGQtr:matrix.parity.io'
             pre-releases: false
+          - name: '#polkadot-announcements:parity.io'
+            room: '!UqHPWiCBGZWxrmYBkF:matrix.parity.io'
+            pre-releases: false
+          - name: '#kusama-announce:parity.io'
+            room: '!FMwxpQnYhRCNDRsYGI:matrix.parity.io'
+            pre-releases: false
 
     steps:
       - name: Matrix notification to ${{ matrix.channel.name }}
-- 
GitLab