You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
-
The text was updated successfully, but these errors were encountered:
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 usingOcto 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
macOS 14.6.1
Anything else we need to know?
-
The text was updated successfully, but these errors were encountered: