Don't require a body for comment PR reviews #399
Merged
zeripath
merged 3 commits from noerw/tea:fix/372
into master
11 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'noerw/tea:fix/372'
Deleting a branch is permanent. It CANNOT be undone. Continue?
fixes #372
gitea's ui also cant do that - this has to be canged everywhere ...
@6543 According to https://github.com/go-gitea/gitea/pull/16229 it does work, thus the change to the API was made.
// comment
var promptOpts survey.AskOpt
if state == gitea.ReviewStateComment || state == gitea.ReviewStateRequestChanges {
if (state == gitea.ReviewStateComment && len(codeComments) == 0) || state == gitea.ReviewStateRequestChanges {
this is a test using the webui to verify my claim in #399
well I'm ok with it - since the gitea will have the last word anyway ...
802bdf7dc5
into master 11 months agoReviewers
802bdf7dc5
.