-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Bug: Strange behaviours of Giteabot when request a review of user #104
Comments
I don't see an issue, if @KN4CK3R is requested to review then we ignore his blocking review. Otherwise, his review is relevant and blocks the PR. This matches the icons in GitHub's widget. What behavior did you expect? |
I think lunny talks about the added |
But I did not approve the changes previously, I requested changes. Therefore the status should always be blocked. |
I did notice the bot sometimes adding wrong |
Please decide what the desired behavior should be, and I will implement it. |
I see no issue with current implementation. Yellow dot is a requested but not required review. A negative review will block, but if someone re-requests a previously negative review, that will clear the block, which is imho expected. That said, there is another bug somewhere, if I reproduce it again, I will open a separate issue. |
But the re-request of a negative review does not clear the merge block on Github. |
It changes your icon from red to yellow, doesn't it? How is the merge block indicated when not by this icon? Is this merge block state available on GitHub API? |
See this PR go-gitea/gitea#25396 |
Thanks. We should check whether GitHub API exposes this "changes requested" list and set the block status when user count > 0, irregardless of the review statuses. |
ref go-gitea/gitea#26729
The text was updated successfully, but these errors were encountered: