Define CI and checks picker action gating rules #182
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#182
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 CI and checks pickers expose actions like
log,watch,browse, and filters, but the rules for when those actions are actually valid are still ad hoc.Examples already seen in practice include skipped checks where
logfails, forge-specific summary behavior, and actions that stay visible even when they only produce message-area diagnostics.Expected
Define explicit action gating rules for CI and check entries.
That should cover at least:
logis availablewatchis availablebrowseis preferable tologNotes
This is separate from broader CI readability and summary UX work. The focus here is action validity and picker behavior.
Closing this because the product direction is to keep picker actions flat rather than introduce per-entry CI/check action gating. Any remaining CI/check UX problems should be tracked as narrower feedback, browse/log behavior, or refresh bugs instead.