gitea.tea/cmd/pulls
Matěj Cepl 2985824ab0 Multiple PRs (#848)
This is an effort to allow tea pr review to work with multiple reviews.

Fixes: #847
Reviewed-on: https://gitea.com/gitea/tea/pulls/848
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Co-committed-by: Matěj Cepl <mcepl@cepl.eu>
2026-05-02 17:01:40 +00:00
..
approve.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
checkout.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
clean.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
close.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
create.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
edit.go feat(pulls): add edit subcommand for pull requests (#944) 2026-04-05 05:35:15 +00:00
list.go feat(pulls): add ci status field to pull request list (#956) 2026-04-10 17:29:15 +00:00
merge.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
reject.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
reopen.go Code Cleanup (#869) 2026-02-02 22:39:26 +00:00
resolve.go feat(pulls): add resolve, unresolve and review-comments subcommands (#948) 2026-04-08 03:36:09 +00:00
review.go Multiple PRs (#848) 2026-05-02 17:01:40 +00:00
review_comments.go feat(pulls): add resolve, unresolve and review-comments subcommands (#948) 2026-04-08 03:36:09 +00:00
review_helpers.go feat(pulls): add resolve, unresolve and review-comments subcommands (#948) 2026-04-08 03:36:09 +00:00
review_test.go Multiple PRs (#848) 2026-05-02 17:01:40 +00:00
unresolve.go feat(pulls): add resolve, unresolve and review-comments subcommands (#948) 2026-04-08 03:36:09 +00:00