madt_issues import: accept owner_repo for parity with create/deps_add #351
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#351
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_issues action=importonly targets the server's launch-cwd repo - it takes noowner_repo=(ordir=), so I can't bulk-import a roadmap into another repo on the same forge without cd-ing a session into it.Its own building blocks already can:
createanddeps_addboth acceptowner_repo=, and I routinely file a whole epic + dependency graph into another repo that way, one call at a time.importis just those batched with topo ordering - there's no reason it can't take the sameowner_repo=.Ask: give
importanowner_repo=param, resolved the same waycreate/deps_addresolve it (launch credential against the named repo on the same forge).The boundary I'm not asking to cross:
dir=-style bulk import (borrowing a foreign checkout's token for bulk writes) should stay refused - that's the credential-boundary blast radius. This is only about theowner_repo=same-forge dispatch the per-issue actions already allow.