This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into javier-zombienet-backchannel
- Loading branch information
Showing
487 changed files
with
32,411 additions
and
44,567 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
bridges/ @tomusdrw @svyatonik @adoerr @acatangiu @antonio-dropulic | ||
|
||
|
||
# CI | ||
/.github/ @paritytech/ci @chevdor | ||
/scripts/github/ @paritytech/ci @chevdor | ||
/scripts/gitlab/ @paritytech/ci @chevdor | ||
/.gitlab-ci.yml @paritytech/ci |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,35 @@ on: | |
release: | ||
types: | ||
- published | ||
|
||
jobs: | ||
ping_matrix: | ||
strategy: | ||
matrix: | ||
channel: | ||
- '!LhjZccBOqFNYKLdmbb:polkadot.builders' # #KusamaValidatorLounge:polkadot.builders | ||
- '!FMwxpQnYhRCNDRsYGI:matrix.parity.io' # #kusama-announcements:matrix.parity.io | ||
- '!NZrbtteFeqYKCUGQtr:matrix.parity.io' # #polkadotvalidatorlounge:web3.foundation | ||
- '!UqHPWiCBGZWxrmYBkF:matrix.parity.io' # #polkadot-announcements:matrix.parity.io | ||
- '!NTogofoetwjbTwOoPi:matrix.parity.io' # Internal release-notes channel | ||
- name: '#KusamaValidatorLounge:polkadot.builders' | ||
room: '!LhjZccBOqFNYKLdmbb:polkadot.builders' | ||
pre-releases: false | ||
- name: '#kusama-announcements:matrix.parity.io' | ||
room: '!FMwxpQnYhRCNDRsYGI:matrix.parity.io' | ||
pre-release: false | ||
- name: '#polkadotvalidatorlounge:web3.foundation' | ||
room: '!NZrbtteFeqYKCUGQtr:matrix.parity.io' | ||
pre-release: false | ||
- 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 | ||
|
||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send Matrix message | ||
- name: Send Matrix message to ${{ matrix.channel.name }} | ||
if: github.event.release.prerelease == false || matrix.channel.pre-release | ||
uses: s3krit/[email protected] | ||
with: | ||
room_id: ${{ matrix.channel }} # heh | ||
room_id: ${{ matrix.channel.room }} | ||
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }} | ||
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>" | ||
server: "matrix.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/>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.