Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/sign_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ on:
pull_request_target:
types: [opened, edited, synchronize, reopened]
paths:
- networks/**

- assets/**

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 0x82B941D9400E858825fc50c0854281DDb.docx


jobs:
check_pr:
Expand All @@ -17,13 +16,17 @@ jobs:
labels: |
Signature Verified
Signature Not-Verified
Logo Format Error
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: Waiting Signature Verifier
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
with:
base_sha: ${{ github.event.pull_request.base.sha }}
sha: ${{ github.event.pull_request.head.sha }}

- name: Check signature
uses: ./.github/actions/checker
Expand All @@ -44,6 +47,11 @@ jobs:
if: success() && steps.signature.outputs.verified == 'true'
with:
labels: Signature Verified
- name: Label when logo format error
uses: actions-ecosystem/action-add-labels@v1
if: "!cancelled() && steps.signature.outputs.logoVerified == 'false'"
with:
labels: Logo Format Error
- name: Label remove when disapproved
uses: actions-ecosystem/action-add-labels@v1
if: failure() || steps.signature.outputs.verified == 'false'
Expand Down
2 changes: 1 addition & 1 deletion Projects-info/owner/owner.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "data": { "ParaID": 2000, "Project Name": "Kusama Parachain", "SS58 Prefix": "", "Logo": "../../assets/images/[logo file name]", "Cover": "../../assets/images/[cover file name]", "Description (en)": "Kusama parachain 2000 signing information", "Description (zh)": "", "Auction Reward & Reward Vesting Schedule (en)": "", "Auction Reward & Reward Vesting Schedule (zh)": "", "Website Link": "https://kusama.subscan.io/parachain/2000?tab=project", "Twitter Link": "", "Telegram Link": "", "Discord Link": "", "Medium Link": "", "Github Link": "", "Owner account": "", "Signing Links": { "Polkadot": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/signing", "Kusama": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-rpc.polkadot.io#/signing", "Rococo": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo-rpc.polkadot.io#/signing", "Westend": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwestend-rpc.polkadot.io#/signing" } } }
{ "data": { "ParaID": 2000, "Project Name": "Kusama Parachain", "SS58 Prefix": "", "Logo": "../../assets/images/[logo file name]", "Cover": "../../assets/images/[cover file name]", "Description (en)": "Kusama parachain 2000 signing information", "Description (zh)": "", "Auction Reward & Reward Vesting Schedule (en)": "", "Auction Reward & Reward Vesting Schedule (zh)": "", "Website Link": "https://kusama.subscan.io/parachain/2000?tab=project", "Twitter Link": "", "Telegram Link": "", "Discord Link": "", "Medium Link": "", "Github Link": "", "Owner account": "126yspChziT4VqCLnxggevqxsmU9iF5pCCNh7uwvfYGPm5ed", "Signing Links": { "Polkadot": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.polkadot.io#/signing", "Kusama": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkusama-rpc.polkadot.io#/signing", "Rococo": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo-rpc.polkadot.io#/signing", "Westend": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fwestend-rpc.polkadot.io#/signing" } } }