MR titles use issue- prefix for git-platform issues #296
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The MR/PR title built in the mr stage was always
<key>: <summary>using the raw issue key, so GitHub/GitLab/Forgejo issues produced ambiguous bare-number titles (e.g.13: Add login page). This change introduces a sharedbuildIssueKeyLabelhelper — single source of truth alongside branch naming — that prefixes git-platform issue numbers withissue-, so titles becomeissue-13: Add login pagewhile Jira keys stay as-is (ABC-123: Add login page). Deterministic, unit-tested; no behaviour change for Jira or for branch names.