Skip to content

Conversation

@l-qing
Copy link
Contributor

@l-qing l-qing commented Oct 24, 2025

Changes

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

func (c *Client) addApprovedReviews(lgtmUsers map[string]string, userLatestReviews map[string]*git.Review) {
func (c *Client) addApprovedReviews(lgtmUsers map[string]string, userLatestReviews map[string]*git.Review, userApprovedReviews map[string]*git.Review) {
for user, latestReview := range userLatestReviews {
if latestReview.State == "APPROVED" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

之前就是这里的问题,kycheng 在第一个 APPROVED 后,有发送了一个 COMMENTED 消息,导致了误判。

@l-qing
Copy link
Contributor Author

l-qing commented Oct 27, 2025

/lgtm
/ready

@alaudabot
Copy link

ℹ️ Self-approval not allowed

@l-qing, as the PR author, you cannot approve your own PR.

However, I can show you the current LGTM status for this PR:

LGTM Status - Ready to Merge

This PR has received 1/1 valid LGTM approvals and meets the approval threshold.

LGTM Summary:

User Permission Valid
@chengjingtao admin

The PR is now ready for merge! 🎉

Check Runs Status - All checks are passing

This PR is ready for merge from a technical perspective!

@edge-katanomi-app2 edge-katanomi-app2 bot merged commit dd612c7 into main Oct 27, 2025
3 checks passed
@alaudabot
Copy link

🎉 PR Successfully Merged!

Merge details:

  • Method: squash
  • Merged by: @l-qing
  • LGTM votes: 1/1

Approvers:

User Permission Valid
@chengjingtao admin

Thank you to all reviewers! 🙏

@edge-katanomi-app2 edge-katanomi-app2 bot deleted the fix/comment-merge-issue branch October 27, 2025 01:39
@alaudabot
Copy link

Multi-Command Execution Results:

✅ Command /lgtm executed successfully
✅ Command /ready executed successfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants