From d98f75b70875f76c466b05875f48d5318c1634db Mon Sep 17 00:00:00 2001 From: jerensl <54782057+jerensl@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:47:34 +0800 Subject: [PATCH] chore: udpate title auto pr sistent Signed-off-by: jerensl <54782057+jerensl@users.noreply.github.com> --- .github/workflows/bump-meshery-version.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bump-meshery-version.yml b/.github/workflows/bump-meshery-version.yml index f82332b4..d38b5540 100644 --- a/.github/workflows/bump-meshery-version.yml +++ b/.github/workflows/bump-meshery-version.yml @@ -51,7 +51,7 @@ jobs: signoff: true branch: bump-sistent-bot delete-branch: true - title: '[Chore]: Bump v${{ needs.versions-check.outputs.current }}' + title: '[Chore]: Bump Sistent v${{ needs.versions-check.outputs.current }}' add-paths: | ui/package.json ui/package-lock.json @@ -90,7 +90,7 @@ jobs: signoff: true branch: bump-sistent-bot delete-branch: true - title: '[Chore]: Bump v${{needs.versions-check.outputs.current }}' + title: '[Chore]: Bump Sistent v${{needs.versions-check.outputs.current }}' add-paths: | meshmap/package.json meshmap/package-lock.json @@ -129,7 +129,7 @@ jobs: signoff: true branch: bump-sistent-bot delete-branch: true - title: '[Chore]: Bump v${{ needs.versions-check.outputs.current }}' + title: '[Chore]: Bump Sistent v${{ needs.versions-check.outputs.current }}' add-paths: | ui/package.json ui/package-lock.json