From b5a0bca1370730e0e27984a4d6ade8aca20de2e0 Mon Sep 17 00:00:00 2001 From: arminteimouri <65223475+arminteimouri@users.noreply.github.com> Date: Fri, 31 Mar 2023 15:25:47 +0300 Subject: [PATCH] avoid triggering unwanted room_id for the release notifs (#6984) * avoid triggering unwanted room_id for the release notifs * fixing typo --- polkadot/.github/workflows/release-99_bot.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/polkadot/.github/workflows/release-99_bot.yml b/polkadot/.github/workflows/release-99_bot.yml index a3180cbebe0..ac01b7e123f 100644 --- a/polkadot/.github/workflows/release-99_bot.yml +++ b/polkadot/.github/workflows/release-99_bot.yml @@ -21,9 +21,6 @@ jobs: - name: '#polkadot-announcements:matrix.parity.io' room: '!UqHPWiCBGZWxrmYBkF:matrix.parity.io' pre-release: false - - name: 'Internal release-notes channel' - room: '!NTogofoetwjbTwOoPi:matrix.parity.io' - pre-release: true - name: 'Ledger <> Polkadot Coordination' room: '!EoIhaKfGPmFOBrNSHT:web3.foundation' pre-release: true @@ -36,5 +33,5 @@ jobs: with: room_id: ${{ matrix.channel.room }} access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} - server: "matrix.parity.io" + server: "m.parity.io" message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>" -- GitLab