Is your feature request related to a problem? Please describe.
The current list of workflow runs in the sidebar can be very long and cluttered. I often only care about the most recent runs (e.g., the last 3) to check their status quickly.
Describe the solution you'd like
I would like a configuration setting (e.g., github-actions.workflows.limit) that allows me to define the number of latest runs shown per workflow in the sidebar. For example, setting it to 3 would only show the 3 most recent runs.
Describe alternatives you've considered
Currently, I have to scroll through a long list of history which is distracting.
Additional context
This would help keep the UI clean and focused on immediate feedback.
Is your feature request related to a problem? Please describe.
The current list of workflow runs in the sidebar can be very long and cluttered. I often only care about the most recent runs (e.g., the last 3) to check their status quickly.
Describe the solution you'd like
I would like a configuration setting (e.g.,
github-actions.workflows.limit) that allows me to define the number of latest runs shown per workflow in the sidebar. For example, setting it to3would only show the 3 most recent runs.Describe alternatives you've considered
Currently, I have to scroll through a long list of history which is distracting.
Additional context
This would help keep the UI clean and focused on immediate feedback.