mirror of
https://gitea.com/gitea/tea.git
synced 2026-02-22 06:13:32 +01:00
support create agit flow pull request (#867)
while looks the alibaba has not maintain [`git-repo-go`](https://github.com/alibaba/git-repo-go/) tool, to make agit flow pull requst can be create quickly. add creating agit flow pull request feature in tea tool example: ```SHELL tea pulls create --agit --remote=origin --topic=test-topic --title="hello world" --description="test1 test 2 test 3" ``` Signed-off-by: a1012112796 <1012112796@qq.com> Reviewed-on: https://gitea.com/gitea/tea/pulls/867 Co-authored-by: a1012112796 <1012112796@qq.com> Co-committed-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
committed by
techknowlogick
parent
82d8a14c73
commit
0d5bf60632
@@ -345,6 +345,8 @@ Deletes local & remote feature-branches for a closed pull request
|
||||
|
||||
Create a pull-request
|
||||
|
||||
**--agit**: Create an agit flow pull request
|
||||
|
||||
**--allow-maintainer-edits, --edits**: Enable maintainers to push to the base branch of created pull
|
||||
|
||||
**--assignees, -a**="": Comma-separated list of usernames to assign
|
||||
@@ -371,6 +373,8 @@ Create a pull-request
|
||||
|
||||
**--title, -t**="":
|
||||
|
||||
**--topic**="": Topic name for agit flow pull request
|
||||
|
||||
### close
|
||||
|
||||
Change state of one or more pull requests to 'closed'
|
||||
|
||||
Reference in New Issue
Block a user