Skip to content

Commit aa768c8

Browse files
authored
HotFix PR: Upgrade to latest stable2503 (#2413)
# Goal The goal of this PR is to upgrade to the most recent commit of the Polkadot SDK `stable2503 branch` This is a PR into a branch that was forked at the same point as v1.16.1 A separate PR will do the update for `main` See all Polkadot SDK changes: paritytech/polkadot-sdk@5f2e7ab...e69da2e Interesting Backported Code: - paritytech/polkadot-sdk#8162 - paritytech/polkadot-sdk#8198 - paritytech/polkadot-sdk#7913 - paritytech/polkadot-sdk#8373 - paritytech/polkadot-sdk#8400 - paritytech/polkadot-sdk#8447 - paritytech/polkadot-sdk#8503 - paritytech/polkadot-sdk#8514 - paritytech/polkadot-sdk@e69da2e
1 parent dac1458 commit aa768c8

File tree

5 files changed

+821
-872
lines changed

5 files changed

+821
-872
lines changed

.github/workflows/verify-pr-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches:
99
- main
10-
- "*-development" # Feature Branches should suffix with -development
10+
- "**-development" # Feature Branches should suffix with -development
11+
- hotfix/**
1112
env:
1213
BIN_DIR: target/release
1314
PR_LABEL_METADATA_CHANGED: metadata-changed

0 commit comments

Comments
 (0)