Support canceling all workflows runs
Open
actions
core
enhancement
gh-run
- Dominant language
- Go
- Stars
- 46.3k
- Forks
- 9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 89
Description
### Describe the feature or problem you’d like to solve
Cancelling all runs for all workflows
Cancelling all runs for 1 workflow
Related to https://github.com/cli/cli/issues/3775
### Proposed solution
Like `gh run cancel all`
or
`gh run cancel name-of-workflow` where it would find all the runs for this workflow and cancel them
### Additional context
This would be particularly useful when there is a long queue and would a lot better than trying to click manually through the paginated UI.
Contributor guide
Assessment
This issue has not been assessed yet.