Skip to content

Commit 6780dd7

Browse files
committed
chore(core): test version controller [patch candidate]
1 parent ed5193c commit 6780dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-controller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
const head = '${{ steps.determine_branch.outputs.current_branch }}';
106106
const base = '${{ steps.determine_branch.outputs.next_branch }}';
107107
const version = '${{ steps.create_tag.outputs.tag_name }}';
108-
const title = `From ${head} → Bump version: ${version} into ${base}`;
108+
const title = `🔖 From ${head} → Bump version: ${version} into ${base}`;
109109
const body = `Automatically created pull request for release ${version} into ${base} branch.`;
110110
111111
const { data: existingPRs } = await github.rest.pulls.list({

0 commit comments

Comments
 (0)