Tighten release picker action gating #183
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#183
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 release picker still exposes a flat action surface without an explicit gating policy.
Today it always offers
open,copy, anddelete, even though release state and forge capabilities may imply different valid actions for drafts, prereleases, or repos without delete support.Expected
Define explicit per-entry release action gating rules for the picker surface.
That should cover at least:
Deleteis always shown or only when the forge/repo state supports itNotes
This is the release analogue to PR manage gating, but for the simpler release picker surface.
Closing this because the product direction is to keep picker actions flat rather than introduce per-entry release action gating. Any remaining release-picker UX problems should be tracked as narrower delete behavior, refresh, or capability-reporting bugs instead.