-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
actionsenhancementa request to improve CLIa request to improve CLIgh-runrelating to the gh run commandrelating to the gh run commandhelp wantedContributions welcomeContributions welcome
Description
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
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 :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
actionsenhancementa request to improve CLIa request to improve CLIgh-runrelating to the gh run commandrelating to the gh run commandhelp wantedContributions welcomeContributions welcome
