Skip to content

Testing autosubmit bot -- updating testowners#185226

Open
gaaclarke wants to merge 3 commits intoflutter:masterfrom
gaaclarke:autosubmit-test
Open

Testing autosubmit bot -- updating testowners#185226
gaaclarke wants to merge 3 commits intoflutter:masterfrom
gaaclarke:autosubmit-test

Conversation

@gaaclarke
Copy link
Copy Markdown
Member

Testing for #185224

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

If this change needs to override an active code freeze, provide a comment explaining why. The code freeze workflow can be overridden by code reviewers. See pinned issues for any active code freezes with guidance.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

@gaaclarke gaaclarke requested a review from b-luk April 17, 2026 23:26
@gaaclarke
Copy link
Copy Markdown
Member Author

@b-luk can you do a "request changes" review please?

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the TESTOWNERS file to reassign the animated_complex_opacity_perf_macos__e2e_summary.dart test from @cbracken to @b-luk. I have no feedback to provide.

Copy link
Copy Markdown
Contributor

@b-luk b-luk left a comment

Choose a reason for hiding this comment

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

Changes, please!

@b-luk
Copy link
Copy Markdown
Contributor

b-luk commented Apr 17, 2026

I approve this next, and then you push another commit afterwards. Right?

@gaaclarke
Copy link
Copy Markdown
Member Author

I approve this next, and then you push another commit afterwards. Right?

yea, please approve @b-luk

@gaaclarke gaaclarke requested a review from b-luk April 17, 2026 23:45
@gaaclarke
Copy link
Copy Markdown
Member Author

I approve this next, and then you push another commit afterwards. Right?

Next steps are:

  1. @b-luk approves
  2. @gaaclarke pushes a new commit
  3. @codefu approves
  4. autosubmit label is added

b-luk
b-luk previously approved these changes Apr 17, 2026
Copy link
Copy Markdown
Contributor

@b-luk b-luk left a comment

Choose a reason for hiding this comment

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

LGTM

@b-luk
Copy link
Copy Markdown
Contributor

b-luk commented Apr 17, 2026

Here's gh pr view https://github.com/flutter/flutter/pull/185226 --json reviews after my approval:

{
  "reviews": [
    {
      "id": "PRR_kwDOAeUeuM72VMco",
      "author": {
        "login": "gemini-code-assist"
      },
      "authorAssociation": "CONTRIBUTOR",
      "body": "## Code Review\n\nThis pull request updates the TESTOWNERS file to reassign the animated_complex_opacity_perf_macos__e2e_summary.dart test from @cbracken to @b-luk. I have no feedback to provide.",
      "submittedAt": "2026-04-17T23:26:48Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "COMMENTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72VRWb",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "Changes, please!",
      "submittedAt": "2026-04-17T23:30:43Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "CHANGES_REQUESTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72Vnke",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "LGTM",
      "submittedAt": "2026-04-17T23:48:59Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "APPROVED",
      "commit": {
        "oid": "1a6b1c8e2084fb9727231a97c7e157eb86faa165"
      }
    }
  ]
}

And after the new commit:

{
  "reviews": [
    {
      "id": "PRR_kwDOAeUeuM72VMco",
      "author": {
        "login": "gemini-code-assist"
      },
      "authorAssociation": "CONTRIBUTOR",
      "body": "## Code Review\n\nThis pull request updates the TESTOWNERS file to reassign the animated_complex_opacity_perf_macos__e2e_summary.dart test from @cbracken to @b-luk. I have no feedback to provide.",
      "submittedAt": "2026-04-17T23:26:48Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "COMMENTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72VRWb",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "Changes, please!",
      "submittedAt": "2026-04-17T23:30:43Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "CHANGES_REQUESTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72Vnke",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "LGTM",
      "submittedAt": "2026-04-17T23:48:59Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "DISMISSED",
      "commit": {
        "oid": "1a6b1c8e2084fb9727231a97c7e157eb86faa165"
      }
    }
  ]
}

So there's a "CHANGES_REQUESTED" entry remaining from me, and the approved review went from "APPROVED" to "DISMISSED".

The reviewer list in the Github UI does not show "changes requested" for me:
image

@gaaclarke gaaclarke added CICD Run CI/CD autosubmit Merge PR when tree becomes green via auto submit App labels Apr 17, 2026
@b-luk
Copy link
Copy Markdown
Contributor

b-luk commented Apr 18, 2026

State after jtmcdole's approval:

{
  "reviews": [
    {
      "id": "PRR_kwDOAeUeuM72VMco",
      "author": {
        "login": "gemini-code-assist"
      },
      "authorAssociation": "CONTRIBUTOR",
      "body": "## Code Review\n\nThis pull request updates the TESTOWNERS file to reassign the animated_complex_opacity_perf_macos__e2e_summary.dart test from @cbracken to @b-luk. I have no feedback to provide.",
      "submittedAt": "2026-04-17T23:26:48Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "COMMENTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72VRWb",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "Changes, please!",
      "submittedAt": "2026-04-17T23:30:43Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "CHANGES_REQUESTED",
      "commit": {
        "oid": "ec6bd85a2a031805ee2493d9c835e5ef282dce9a"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72Vnke",
      "author": {
        "login": "b-luk"
      },
      "authorAssociation": "MEMBER",
      "body": "LGTM",
      "submittedAt": "2026-04-17T23:48:59Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "DISMISSED",
      "commit": {
        "oid": "1a6b1c8e2084fb9727231a97c7e157eb86faa165"
      }
    },
    {
      "id": "PRR_kwDOAeUeuM72Vxya",
      "author": {
        "login": "jtmcdole"
      },
      "authorAssociation": "MEMBER",
      "body": "",
      "submittedAt": "2026-04-17T23:58:42Z",
      "includesCreatedEdit": false,
      "reactionGroups": [],
      "state": "APPROVED",
      "commit": {
        "oid": "922af58a8241953028a960c9697128ebc536e5f6"
      }
    }
  ]
}
image image

@auto-submit
Copy link
Copy Markdown
Contributor

auto-submit bot commented Apr 18, 2026

autosubmit label was removed for flutter/flutter/185226, because This PR has not met approval requirements for merging. Changes were requested by {b-luk}, please make the needed changes and resubmit this PR.
The PR author is a member of flutter-hackers and needs 1 more review(s) in order to merge this PR.

  • Merge guidelines: A PR needs at least one approved review if the author is already part of flutter-hackers or two member reviews if the author is not a member of flutter-hackers before re-applying the autosubmit label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Apr 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD Run CI/CD

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants