Skip to content

Feature Request: filter runs #3686

@PierreRoudaut

Description

@PierreRoudaut

Describe the feature or problem you’d like to solve

As a user with many repositories continuously running many Github Action workflows, I would be more productive if I could filter runs by status, event type, etc. This feature already exist in the Actions tab in the UI

image

Proposed solutions

Adding --filter|-f flag supporting a simple filter query

gh run list --filter 'is=error'
gh run list --filter 'is=success,event=pull_request'

This approach follows the AWS CLI filtering syntax

Kind regards :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    actionsenhancementa 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