gitea.tea/modules/interact
a1012112796 0d5bf60632 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>
2026-02-03 20:36:04 +00:00
..
comments.go Remove pagination from context (#807) 2025-08-26 23:13:27 +00:00
issue_create.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
issue_edit.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
login.go Login requires a http/https login URL and revmoe SSH as a login method. SSH will be optional (#826) 2025-10-18 23:09:27 +00:00
milestone_create.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
print.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00
prompts.go Fix tea login add with ssh public key bug (#789) 2025-08-11 19:23:28 +00:00
pull_create.go support create agit flow pull request (#867) 2026-02-03 20:36:04 +00:00
pull_merge.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
pull_review.go Use bubbletea instead of survey for interacting with TUI (#786) 2025-08-11 18:23:52 +00:00