-
Notifications
You must be signed in to change notification settings - Fork 431
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 gn/fix-alloc
- Loading branch information
Showing
2 changed files
with
18 additions
and
22 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -14,23 +14,21 @@ jobs: | |
matrix: | ||
# List of repositories to fetch the issues | ||
repo: | ||
- ink | ||
- awesome-ink | ||
- cargo-contract | ||
- substrate-contracts-node | ||
- contracts-ui | ||
- ink | ||
- ink-docs | ||
- smart-bench | ||
- ink-examples | ||
- ink-waterfall | ||
- ink-playground | ||
- ink-workshop | ||
- link | ||
- nft-marketplace-demo | ||
- pallet-contracts-xcm | ||
- link | ||
- ink-examples | ||
- useink | ||
- awesome-ink | ||
- squink-splash-beginner | ||
- smart-bench | ||
- squink-splash-advanced | ||
- ink-workshop | ||
- squink-splash-beginner | ||
- substrate-contracts-node | ||
steps: | ||
- name: Generate token | ||
id: generate_token | ||
|
@@ -94,7 +92,7 @@ jobs: | |
env: | ||
COMBINED: ${{ steps.issues.outputs.ISSUES }} | ||
COUNT: ${{ steps.issues.outputs.COUNT }} | ||
# This is the message that will be shown when there are no | ||
# This is the message that will be shown when there are no | ||
EMPTY_MESSAGE: "No stale issues! Good job!" | ||
- name: send message | ||
uses: s3krit/[email protected] | ||
|
@@ -105,7 +103,7 @@ jobs: | |
message: | | ||
## Good morning, team 🥞! | ||
This weekly digest lists GitHub issues without any reply that were created by non-team members. | ||
The list is an aggregation of repositories which the Smart Contracts ☂️ owns ([list](https://www.notion.so/paritytechnologies/What-belongs-to-our-umbrella-b9a80b72fedc47d6b35224a15bdec64c)). | ||
${{ steps.message.outputs.MESSAGE }} | ||
|
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