Skip to content

gh run view, gh run ls don't expose information about which attempt of the run it is #9099

@cawfeecake

Description

@cawfeecake

Describe the feature or problem you’d like to solve

b/c this information isn't available as, e.g. a --json input, the only way to get it is w/ the gh api command

the field is marshaled here, but never stated to be a field.

additionally, the field as it currently is is named "Attempts" which, due to being plural, eludes to the idea that this field represents "how many attempts have been done of this run" rather than what it really represents: which attempt this run is, i.e. if "1", it was the first attempt, "2" is the 2nd, etc.

Proposed solution

expose the field as attempt

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementa request to improve CLIgh-runrelating to the gh run commandhelp wantedContributions welcome

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions