Skip to content

Commit 33d2704

Browse files
committed
perf(pi): update PR names and descs
1 parent d066d84 commit 33d2704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }} \

pi/pr_create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EOF
4343
else
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
4747
EOF
4848
)
4949
EXISTING_PR_NUMBER=$(gh pr list \

0 commit comments

Comments
 (0)