Fix web create flows for PRs and issues #164
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#164
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?
Problem
The web create paths are not trustworthy right now.
Observed:
:Forge issue create webrepeatedly did nothing:Forge pr create webfrommainloggedchecking for existing PR...andpushing..., then did not open anythingno changes, but the web path skips that safeguardExpected
Notes
PR create should also treat “current branch is the effective base branch” as an invalid case and stop early.
Fixed on main by the merged web-create follow-ups, including the preflight/reporting fixes and the resolved head/base-target handling in #205.