1
0
mirror of https://gitea.com/gitea/tea.git synced 2024-06-23 06:35:38 +00:00
tea/modules
Norwin 32b7b771cc Add tea comment and show comments of issues/pulls (#313)
show comments of PR

TODO: there needs to be a way to force running non-interactively

add `tea comment` to post a comment

add --comments flag, prompt only if necessary

don't prompt if --comments is provided, or output is piped

show comments for issues, add --comments flag

tea comment: print resulting comment

Merge branch 'master' into issue-172-comments

remove debug print statement

unrelated, but better than opening another PR for this ;)

Merge remote-tracking branch 'upstream/master' into issue-172-comments

ret err

fix lint

Co-authored-by: Norwin Roosen <git@nroo.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/313
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: 6543 <6543@obermui.de>
Co-Authored-By: Norwin <noerw@noreply.gitea.io>
Co-Committed-By: Norwin <noerw@noreply.gitea.io>
2020-12-22 00:07:35 +08:00
..
config replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
context replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
git make PR workflow helpers more robust (#300) 2020-12-17 22:00:16 +08:00
interact Add tea comment and show comments of issues/pulls (#313) 2020-12-22 00:07:35 +08:00
print Add tea comment and show comments of issues/pulls (#313) 2020-12-22 00:07:35 +08:00
task Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00
utils Add tea issues --fields, allow printing labels (#312) 2020-12-21 23:41:07 +08:00