We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5193c commit 6780dd7Copy full SHA for 6780dd7
.github/workflows/version-controller.yml
@@ -105,7 +105,7 @@ jobs:
105
const head = '${{ steps.determine_branch.outputs.current_branch }}';
106
const base = '${{ steps.determine_branch.outputs.next_branch }}';
107
const version = '${{ steps.create_tag.outputs.tag_name }}';
108
- const title = `From ${head} → Bump version: ${version} into ${base}`;
+ const title = `🔖 From ${head} → Bump version: ${version} into ${base}`;
109
const body = `Automatically created pull request for release ${version} into ${base} branch.`;
110
111
const { data: existingPRs } = await github.rest.pulls.list({
0 commit comments