pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

benelan opened this issue · comments

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

  • New Octo command(s) that let you do things with pr checks. For example: Octo check rerun [run-id] [key=value]
  • Mappings for the checks window (opened via Octo pr checks) that let you rerun/cancel/view the check on the current line

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!

commented

It would be awesome to have it

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