tea/cmd/pulls
Norwin 0970b94552 Fix context requirements of subcommands (#474)
`tea repo fork` and `tea pr checkout` were missing the requirement of a remote repo.

fixes gitea/tea#444

Co-authored-by: Norwin <git@nroo.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: gitea/tea#474
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2022-03-26 15:32:53 +08:00
..
approve.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00
checkout.go Fix context requirements of subcommands (#474) 2022-03-26 15:32:53 +08:00
clean.go replace flag globals, require context for commands (#291) 2020-12-16 01:38:22 +08:00
close.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
create.go Improve Documentation (#433) 2021-12-03 02:33:56 +08:00
edit.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
list.go Implement more issue filters (#400) 2021-12-03 03:26:48 +08:00
merge.go Add tea pr merge (#348) 2021-03-18 03:56:05 +08:00
reject.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00
reopen.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
review.go Add commands for reviews (#315) 2020-12-21 23:22:22 +08:00