MR description uses non-closing 'Implements' so merges never auto-close the issue #300
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 deterministic MR-description builder opens every MR/PR body with:
Implementsis not a closing keyword on GitLab, GitHub, or Forgejo, so merging a pi-loop MR leaves the source issue open. Operators have to close issues by hand after every manual merge.closeIssueAfterAutoMergeinsrc/orchestrator/services/runPipeline.tsonly fires on the--auto-mergepath, so the default Draft-MR flow (the documented human checkpoint) has no issue-closing mechanism at all.Fix: emit
Closes #<number>for git-platform issues (with the cross-repoCloses owner/repo#<number>form when the issue lives elsewhere), keeping the descriptiveImplementswording for Jira, which has no MR-body closing mechanism.