File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 echo "::notice::${{ matrix.app }} - updated requirements.txt"
245245
246246 gh pr create --draft \
247- --title "test : parent image updates" \
247+ --title "ci(pi) : parent image updates" \
248248 --body "Main PR: https://github.com/${{ github.repository_owner }}/refinery-submodule-parent-images/pull/${{ github.event.pull_request.number }}" \
249249 --base dev \
250250 --head ${{ env.HEAD_REF }} \
Original file line number Diff line number Diff line change 4343else
4444 PR_BODY=$( cat << EOF
4545$EXISTING_PR_BODY
46- - https://github.com/$REPOSITORY_OWNER /$REPOSITORY_NAME /pull /$RELEASE_TAG
46+ - https://github.com/$REPOSITORY_OWNER /$REPOSITORY_NAME /releases/tag /$RELEASE_TAG
4747EOF
4848)
4949 EXISTING_PR_NUMBER=$( gh pr list \
You can’t perform that action at this time.
0 commit comments