1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-04 18:19:43 -03:00
tea/cmd/pulls
Martin Reboredo a2e8b47c57 Implement PR closing and reopening (#304)
Implement pull request closing/reopening

Signed-off-by: Martin Reboredo <yakoyoku@gmail.com>

Correct year and `pull` description

Apply changes from #291

Return fmt.Errorf instead of log.Fatal if no pull index was supplied

Co-authored-by: Martin Reboredo <yakoyoku@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/304
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
Co-Authored-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
Co-Committed-By: Martin Reboredo <yakoyakoyokuyoku@noreply.gitea.io>
2020-12-17 06:47:12 +08:00
..
checkout.go Add more command shorthands (#307) 2020-12-17 00:47:40 +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 Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
edit.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00
list.go Add more command shorthands (#307) 2020-12-17 00:47:40 +08:00
reopen.go Implement PR closing and reopening (#304) 2020-12-17 06:47:12 +08:00