Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
avoid triggering unwanted room_id for the release notifs (#6984)
Browse files Browse the repository at this point in the history
* avoid triggering unwanted room_id for the release notifs

* fixing typo
  • Loading branch information
armin-x86 authored Mar 31, 2023
1 parent ff7448f commit bb70b1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-99_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/>"

0 comments on commit bb70b1d

Please sign in to comment.