feat(finish): complete a remote-only branch — owner_repo= form with no local checkout #49
Labels
No labels
breaking
bug
documentation
enhancement
epic
good first issue
help wanted
refactoring
resolution/duplicate
resolution/invalid
resolution/wontfix
security
severity/critical
severity/high
severity/low
severity/medium
status/abandoned
status/blocked
status/needs-decision
status/needs-info
status/needs-verification
testing
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sixfold-space/madtea#49
Loading…
Add table
Add a link
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?
madt_files action=create/update/batchwithnew_branch=puts a committed branch on the forge with no local checkout anywhere. Completing it today means hand-rollingmadt_prs action=create+action=mergeas separate calls — the exact ledger (PR → merge → cleanup)madt_finishexists to collapse, but finish requires a local repo and refuses everything else.Ask: a remote completion form —
madt_finish owner_repo=<o/r> branch=<name>(no dir, no checkout) that creates the PR from the remote branch, merges it, and deletes the remote branch, with the same title/summary/closes/no_close surface as the local form. Same safety posture as the current foreign-dir form: defaultno_close=trueunlesscloses=/close_linked=is passed.Acceptance:
madt_files action=update new_branch=Xfollowed by onemadt_finish owner_repo= branch=Xlands the change with no local clone involved.