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

Commit 08c14e7

Browse files
committed
Merge branch 'master' of https://github.com/paritytech/polkadot into sub-7127
2 parents e1a79a3 + 9ccd6bb commit 08c14e7

File tree

147 files changed

+9094
-2837
lines changed

Some content is hidden

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

147 files changed

+9094
-2837
lines changed

.config/lingua.dic

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,12 @@ WND/S
8585
XCM/S
8686
XCMP/M
8787
include/BG
88-
isolate/BG
88+
isolate/BG
89+
dispatchable/SM
90+
VMP/SM
91+
HMP/SM
92+
DMP/SM
93+
MQC/SM
94+
VRF/SM
95+
assignee/SM
96+
adversary/SM

.config/spellcheck.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ extra_dictionaries = ["lingua.dic"]
77
# `Type`'s
88
# 5x
99
# He tagged it as 'TheGreatestOfAllTimes'
10-
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$"]
10+
# Transforms'
11+
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^(.*)'$", "^\\+$"]
1112
allow_concatenation = true
1213
allow_dashes = true

.github/workflows/release-bot.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,23 @@
1-
name: Push release notes to internal release notes channel
1+
name: Send new release notification to matrix channels
22
on:
33
release:
44
types:
55
- published
66
jobs:
77
ping_matrix:
8+
strategy:
9+
matrix:
10+
channel:
11+
- '!LhjZccBOqFNYKLdmbb:polkadot.builders' # #KusamaValidatorLounge:polkadot.builders
12+
- '!FMwxpQnYhRCNDRsYGI:matrix.parity.io' # #kusama-announcements:matrix.parity.io
13+
- '!NZrbtteFeqYKCUGQtr:matrix.parity.io' # #polkadotvalidatorlounge:web3.foundation
14+
- '!UqHPWiCBGZWxrmYBkF:matrix.parity.io' # #polkadot-announcements:matrix.parity.io
15+
- '!NTogofoetwjbTwOoPi:matrix.parity.io' # Internal release-notes channel
816
runs-on: ubuntu-latest
917
steps:
10-
- name: Internal Release Notes Channel
11-
uses: s3krit/[email protected]
18+
- uses: s3krit/[email protected]
1219
with:
13-
room_id: ${{ secrets.MATRIX_ROOM_ID }}
20+
room_id: ${{ matrix.channel }} # heh
1421
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
15-
message: "**${{github.event.repository.full_name}}:** A release has been ${{github.event.action}}<br/>Release version [${{github.event.release.tag_name}}](${{github.event.release.html_url}})<br/><br/>***Description:***<br/>${{github.event.release.body}}<br/>"
16-
server: "matrix.parity.io"
17-
18-
- name: Validator Lounge
19-
uses: s3krit/[email protected]
20-
with:
21-
room_id: ${{ secrets.VALIDATOR_LOUNGE_MATRIX_ROOM_ID }}
22-
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
23-
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>Please update at your earliest convenience.<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
24-
server: "matrix.parity.io"
25-
26-
- name: Polkadot Announcements
27-
uses: s3krit/[email protected]
28-
with:
29-
room_id: ${{ secrets.KUSAMA_ANNOUNCEMENTS_MATRIX_ROOM_ID }}
30-
access_token: ${{ secrets.MATRIX_ACCESS_TOKEN }}
31-
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>Please update at your earliest convenience.<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
22+
message: "***Polkadot ${{github.event.release.tag_name}} has been released!***<br/>${{github.event.release.html_url}}<br/><br/>${{github.event.release.body}}<br/>"
3223
server: "matrix.parity.io"

0 commit comments

Comments
 (0)