From 3abf52c77a0a5a6a6c886f8376c03342ef9debf2 Mon Sep 17 00:00:00 2001 From: Pavol Noha Date: Fri, 18 Oct 2024 14:22:23 +0200 Subject: [PATCH] . --- .github/workflows/snapshot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 758fc70d..c7161234 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -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'