Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output: Fallback to sorting workspaces alphabetically #7972

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. output: Fallback to sorting workspaces alphabetically

    Currently the order of unnumbered workspaces is the order they were
    created. This is a bit unintuitive for workflows where workspaces are
    created and named dynamically.
    
    Instead of treating all unnumbered workspaces equal, fallback to sorting
    them alphabetically based on the name of the workspace. This will make
    the ordering more deterministic regardless of the order they were
    created.
    epontan committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    07a9f4f View commit details
    Browse the repository at this point in the history