Don't require a body for comment PR reviews #399

Merged
zeripath merged 3 commits from noerw/tea:fix/372 into master 2021-09-22 18:18:26 +00:00
Member

fixes #372

fixes #372
noerw added this to the v0.8.0 milestone 2021-09-13 19:24:26 +00:00
noerw added the
kind
enhancement
upstream/gitea
labels 2021-09-13 19:24:26 +00:00
noerw added 1 commit 2021-09-13 19:24:27 +00:00
dont require a body for comment PR reviews
All checks were successful
continuous-integration/drone/pr Build is passing
1d79f6409d
noerw added 1 commit 2021-09-14 13:58:20 +00:00
Merge branch 'master' into fix/372
All checks were successful
continuous-integration/drone/pr Build is passing
ff0fcf7a03
6543 modified the milestone from v0.8.0 to v0.9.0 2021-09-21 23:58:09 +00:00
6543 added the
status/blocked
label 2021-09-21 23:58:15 +00:00
Owner

gitea's ui also cant do that - this has to be canged everywhere ...

gitea's ui also cant do that - this has to be canged everywhere ...
Author
Member

@6543 According to https://github.com/go-gitea/gitea/pull/16229 it does work, thus the change to the API was made.

@6543 According to https://github.com/go-gitea/gitea/pull/16229 it does work, thus the change to the API was made.
noerw reviewed 2021-09-22 09:28:05 +00:00
@ -53,3 +53,3 @@
// comment
var promptOpts survey.AskOpt
if state == gitea.ReviewStateComment || state == gitea.ReviewStateRequestChanges {
if (state == gitea.ReviewStateComment && len(codeComments) == 0) || state == gitea.ReviewStateRequestChanges {
Author
Member

this is a test using the webui to verify my claim in #399 (comment)

this is a test using the webui to verify my claim in https://gitea.com/gitea/tea/pulls/399#issuecomment-592704
Owner

well I'm ok with it - since the gitea will have the last word anyway ...

well I'm ok with it - since the gitea will have the last word anyway ...
6543 removed the
status/blocked
upstream/gitea
labels 2021-09-22 15:50:52 +00:00
6543 approved these changes 2021-09-22 15:51:30 +00:00
6543 modified the milestone from v0.9.0 to v0.8.0 2021-09-22 15:51:36 +00:00
6543 added 1 commit 2021-09-22 16:14:14 +00:00
Merge branch 'master' into fix/372
All checks were successful
continuous-integration/drone/pr Build is passing
d1492edc19
zeripath approved these changes 2021-09-22 18:18:18 +00:00
zeripath merged commit 802bdf7dc5 into master 2021-09-22 18:18:26 +00:00
6543 deleted branch fix/372 2021-09-22 18:31:47 +00:00
Sign in to join this conversation.
No description provided.