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

Commit f9a1c0c

Browse files
committed
Merge remote-tracking branch 'origin/master' into dm-get-rid-of-peerset-stub
2 parents cba34e7 + b3c9889 commit f9a1c0c

File tree

156 files changed

+12131
-10596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+12131
-10596
lines changed

.github/workflows/release-10_rc-automation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
channel:
15-
- name: 'Cumulus Release Coordination'
16-
room: '!ZrLPsivsytpkdJfVaa:matrix.parity.io'
15+
- name: 'RelEng: Cumulus Release Coordination'
16+
room: '!NAEMyPAHWOiOQHsvus:parity.io'
1717
pre-releases: true
1818
steps:
1919
- name: Checkout sources
@@ -78,10 +78,10 @@ jobs:
7878
if: steps.create-issue-checklist-client.outputs.url != '' && steps.create-issue-checklist-runtime.outputs.url != ''
7979
with:
8080
room_id: ${{ matrix.channel.room }}
81-
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
82-
server: "matrix.parity.io"
81+
access_token: ${{ secrets.RELEASENOTES_MATRIX_V2_ACCESS_TOKEN }}
82+
server: "m.parity.io"
8383
message: |
84-
The Release Process for Cumulus ${{ steps.compute_tag.outputs.version }} has been started.
84+
The Release Process for Cumulus ${{ steps.compute_tag.outputs.version }} has been started.<br/>
8585
Tracking issues:
8686
- client: ${{ steps.create-issue-checklist-client.outputs.url }}"
8787
- runtime: ${{ steps.create-issue-checklist-runtime.outputs.url }}"

.github/workflows/release-30_create-draft.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,20 +292,20 @@ jobs:
292292
strategy:
293293
matrix:
294294
channel:
295-
- name: 'Cumulus Release Coordination'
296-
room: '!ZrLPsivsytpkdJfVaa:matrix.parity.io'
295+
- name: 'RelEng: Cumulus Release Coordination'
296+
room: '!NAEMyPAHWOiOQHsvus:parity.io'
297297
pre-releases: true
298298
steps:
299299
- name: Matrix notification to ${{ matrix.channel.name }}
300300
uses: s3krit/matrix-message-action@70ad3fb812ee0e45ff8999d6af11cafad11a6ecf # v0.0.3
301301
with:
302302
room_id: ${{ matrix.channel.room }}
303-
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
303+
access_token: ${{ secrets.RELEASENOTES_MATRIX_V2_ACCESS_TOKEN }}
304+
server: "m.parity.io"
304305
message: |
305306
**New draft for ${{ github.repository }}**: ${{ github.event.inputs.ref2 }}<br/>
306307
307308
Draft release created: [draft](${{ needs.publish-draft-release.outputs.release_url }})
308309
309310
NOTE: The link above will no longer be valid if the draft is edited. You can then use the following link:
310311
[${{ github.server_url }}/${{ github.repository }}/releases](${{ github.server_url }}/${{ github.repository }}/releases)
311-
server: "matrix.parity.io"

.github/workflows/release-99_bot-announce.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,26 @@ jobs:
1010
strategy:
1111
matrix:
1212
channel:
13-
- name: 'Cumulus Release Coordination'
14-
room: '!ZrLPsivsytpkdJfVaa:matrix.parity.io'
13+
- name: 'RelEng: Cumulus Release Coordination'
14+
room: '!NAEMyPAHWOiOQHsvus:parity.io'
1515
pre-releases: true
1616
- name: 'Ledger <> Polkadot Coordination'
1717
room: '!EoIhaKfGPmFOBrNSHT:web3.foundation'
1818
pre-release: true
19+
- name: 'General: Rust, Polkadot, Substrate'
20+
room: '!aJymqQYtCjjqImFLSb:parity.io'
21+
pre-release: false
22+
- name: 'Team: DevOps'
23+
room: '!lUslSijLMgNcEKcAiE:parity.io'
24+
pre-release: true
1925

2026
steps:
2127
- name: Matrix notification to ${{ matrix.channel.name }}
2228
uses: s3krit/matrix-message-action@70ad3fb812ee0e45ff8999d6af11cafad11a6ecf # v0.0.3
2329
with:
2430
room_id: ${{ matrix.channel.room }}
25-
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
26-
server: "matrix.parity.io"
31+
access_token: ${{ secrets.RELEASENOTES_MATRIX_V2_ACCESS_TOKEN }}
32+
server: "m.parity.io"
2733
message: |
2834
A (pre)release has been ${{github.event.action}} in **${{github.event.repository.full_name}}:**<br/>
2935
Release version: [${{github.event.release.tag_name}}](${{github.event.release.html_url}})

0 commit comments

Comments
 (0)