We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x]
[36m2021/04/14 12:43:09 �[0m�[32m.../repo/pull_review.go:230:�[32mDismissReview()�[0m �[1;32m[I]�[0m [SQL]�[1m�[0m �[1mUPDATE "review" SET "dismissed" = $1, "updated_unix" = $2 �[0m �[1m[true 1618404189]�[0m - �[1m31.960722ms�[0m
If I dissmiss a review of a pull request, the column "dismissed" in every row of the table "review" is updated with the value "true"
The text was updated successfully, but these errors were encountered:
Ensure review dismissal only dismisses the correct review
833bcf9
Fix go-gitea#15472 Signed-off-by: Andrew Thornton <[email protected]>
Ensure review dismissal only dismisses the correct review (#15477)
9d07fac
Fix #15472 Signed-off-by: Andrew Thornton [email protected]
Ensure review dismissal only dismisses the correct review (go-gitea#1…
45a30e0
…5477) Backport go-gitea#15477 Fix go-gitea#15472 Signed-off-by: Andrew Thornton [email protected]
Ensure review dismissal only dismisses the correct review (#15477) (#…
edd4ab4
…15489) Backport #15477 Fix #15472 Signed-off-by: Andrew Thornton [email protected] Co-authored-by: 6543 <[email protected]>
e528810
…5477) Fix go-gitea#15472 Signed-off-by: Andrew Thornton [email protected]
Successfully merging a pull request may close this issue.
[x]
):Description
If I dissmiss a review of a pull request, the column "dismissed" in every row of the table "review" is updated with the value "true"
The text was updated successfully, but these errors were encountered: