pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.37k stars 127 forks source link

Feature Request: add ability to rerun, cancel, and view more information for pull request checks #449

Open benelan opened 11 months ago

benelan commented 11 months ago

Issue Description

Type: feature request

Describe what happened (or what feature you want)

I'd like to be able to rerun and cancel pull request checks. It would also be nice to see more information about runs. The GitHub CLI provides those options, e.g.

gh run [rerun|cancel|view|watch] <run-id>

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

N/A

Tell us your environment

N/A

Anything else we need to know?

I'd like to work on this issue as long as it's something you'd accept into the code base. Let me know, thanks!

Enigama commented 7 months ago

It would be awesome to have it

benelan commented 3 months ago

I wanted a way to manage runs from the terminal so I created gh-fzf in the meantime, which has a run command.