Skip to content

Commit

Permalink
Merge branch 'master' into gn/fix-alloc
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Feb 23, 2024
2 parents 72b2467 + 1e46971 commit 850566a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/issue-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand All @@ -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 }}
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/pr-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,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
Expand Down

0 comments on commit 850566a

Please sign in to comment.