Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nohaapav committed Oct 18, 2024
1 parent 411552b commit 3abf52c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@ jobs:
with:
token: ${{ secrets.TARGET_REPO_PAT }}
title: '👷🏻‍♂️ SDK Preview >> ${{ github.event.pull_request.title }}'
body: $(jq '.releaseMessage' ../release-plan.json)
body: |
This PR was triggered by SDK upgrade no. ${{ github.event.pull_request.number }}
For details visit: https://github.com/galacticcouncil/sdk/pull/${{ github.event.pull_request.number }}
branch: upgrade-sdk-pr${{ github.event.pull_request.number }}
base: master
path: 'hydration-ui'

0 comments on commit 3abf52c

Please sign in to comment.