hive-forge: add pr edit, reusing issue edit's shared /issues endpoint
This commit is contained in:
parent
aa149a7a62
commit
8db1cbd204
4 changed files with 19 additions and 8 deletions
|
|
@ -52,6 +52,7 @@ hive-forge labels 42 add feature
|
|||
hive-forge issue-create --title "..." --body "..."
|
||||
hive-forge issue-create --title "..." --body "..." --label area/ops --label type/bug # repeatable
|
||||
hive-forge issue-edit 42 --title "new title"
|
||||
hive-forge pr edit 42 --title "new title" # same edit, PR-kind-validated
|
||||
hive-forge pr 42 # PR metadata as JSON
|
||||
hive-forge pr-create --title "..." --head my-branch --push # also `git push forge my-branch`
|
||||
hive-forge pr-create --title "..." --head my-branch --label area/ops # repeatable, same as issue-create
|
||||
|
|
|
|||
Loading…
Reference in a new issue