-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I'm a bit annoyed when I run Find base commit for fixup and the order of the base commits is random. The order changes every time I run the action.
Describe the solution you'd like
I would like the commits to be ordered from newest to oldest so that I can easily identify the earliest commit to fix up by looking at the last one in the list instead of scanning through each one and matching them against the Commits pane.
Describe alternatives you've considered
???
Additional context
Here are the examples of errors from the Find action:
Multiple base commits found. (Try staging fewer changes at once)
bfffbbdc Implement step list on action cards
7658a131 Implement ProposalBox component for plan refinement
Multiple base commits found. (Try staging fewer changes at once)
7658a131 Implement ProposalBox component for plan refinement
bfffbbdc Implement step list on action cards
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request