Skip to content

Commit 1c96028

Browse files
committed
perf: update PR title
1 parent ae65d98 commit 1c96028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
fi
230230
231231
gh pr create --draft \
232-
--title "${{ github.event.pull_request.title }}" \
232+
--title "test: parent image updates" \
233233
--body "${{ github.event.pull_request.body }}" \
234234
--base dev \
235235
--head ${{ env.HEAD_REF }} \
@@ -260,7 +260,7 @@ jobs:
260260
echo "::notice::${{ matrix.app }} - updated ${{ matrix.parent_image_type }} package.json"
261261
262262
gh pr create --draft \
263-
--title "${{ github.event.pull_request.title }}" \
263+
--title "test: parent image updates" \
264264
--body "${{ github.event.pull_request.body }}" \
265265
--base dev \
266266
--head ${{ env.HEAD_REF }} \

0 commit comments

Comments
 (0)