octo.nvim icon indicating copy to clipboard operation
octo.nvim copied to clipboard

[Feature Request] Extra details on PR creation

Open itmecho opened this issue 1 year ago • 0 comments

Issue Description

Type: feature request

Describe what happened (or what feature you want)

Currently I have an alias in my shell that creates a PR via gh with some default labels and the assignee set to me as this is something I have to do for every PR. It would be great if I could automate this using Octo pr create so I don't need to manually add the labels and set the assignee for every PR I create. It also selects one of the PR templates from the repo which, again, would be great if Octo supported it!

Describe what you expected to happen

Not sure on the API exactly but even if it just passed arbitrary flags, i.e. Octo pr create -l my-label --assignee my-user --template <template-name>

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

-

Tell us your environment

NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1693350652
Run "nvim -V1 -v" for more info

macOS 14.6.1

Anything else we need to know?

-

itmecho avatar Sep 11 '24 08:09 itmecho