Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c619f4e
chore: add check org
BDevParity Feb 12, 2026
aef65e9
chore: style, add line
BDevParity Feb 12, 2026
c516041
Add dependency for set-image job in workflow
EgorPopelyaev Feb 12, 2026
ca4e5f1
Add shell: bash to some steps
EgorPopelyaev Feb 12, 2026
539c3ba
Add missing libs
EgorPopelyaev Feb 12, 2026
7b2f03a
Improve
EgorPopelyaev Feb 12, 2026
6955567
Merge branch 'master' into chore/add-check-org-on-publish-crates
EgorPopelyaev Feb 12, 2026
5efc1bc
Merge branch 'master' into chore/add-check-org-on-publish-crates
BDevParity Feb 13, 2026
26821ae
Merge branch 'master' into chore/add-check-org-on-publish-crates
BDevParity Feb 13, 2026
8771eb6
Push post crates branch to the main repo
EgorPopelyaev Feb 13, 2026
0edc37e
comment out to test
EgorPopelyaev Feb 13, 2026
a4c3f14
Merge branch 'chore/add-check-org-on-publish-crates' of github.com:pa…
EgorPopelyaev Feb 13, 2026
684890d
Add gh auth
EgorPopelyaev Feb 13, 2026
b62f6ed
Delete redundant gh auth
EgorPopelyaev Feb 13, 2026
9abe36e
Fix auth
EgorPopelyaev Feb 13, 2026
f85a046
Generate token before checkout and use there
EgorPopelyaev Feb 13, 2026
6ec9be4
Push branch to the forked repo instead of the main
EgorPopelyaev Feb 16, 2026
ad6bdbe
Revert test changes
EgorPopelyaev Feb 16, 2026
338b4dc
Ajust post crates release flow, so that it create PR from fork to main
EgorPopelyaev Feb 16, 2026
edfe281
Comment out some parts to test
EgorPopelyaev Feb 16, 2026
41d3289
Reordering prdocs for the release stable2509-5
ParityReleases Feb 16, 2026
749864a
chore: post crates release actions - version bumps, path deps, zepter…
ParityReleases Feb 16, 2026
c68391b
Test with the PAT for the app
EgorPopelyaev Feb 16, 2026
3b18d30
create pr using github api
EgorPopelyaev Feb 16, 2026
1ee2907
Us gh pr create with the --no-maintainer-edit flag
EgorPopelyaev Feb 17, 2026
1e54ccc
Revert "chore: post crates release actions - version bumps, path deps…
EgorPopelyaev Feb 17, 2026
4b781d7
Revert "Reordering prdocs for the release stable2509-5"
EgorPopelyaev Feb 17, 2026
19fbeee
Cleanup
EgorPopelyaev Feb 17, 2026
280d4ca
Add possibility to create pr form both fork and main repo
EgorPopelyaev Feb 17, 2026
6cc7bc5
Merge branch 'master' of github.com:paritytech/polkadot-sdk into chor…
EgorPopelyaev Feb 17, 2026
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
5 changes: 5 additions & 0 deletions .github/workflows/release-80_publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ permissions:
contents: write

jobs:
check-synchronization:
uses: paritytech-release/sync-workflows/.github/workflows/check-synchronization.yml@main
secrets:
fork_writer_app_key: ${{ secrets.UPSTREAM_CONTENT_SYNC_APP_KEY }}

set-image:
runs-on: ubuntu-latest
outputs:
Expand Down
Loading