-
Notifications
You must be signed in to change notification settings - Fork 578
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
PR internally edited as CL are not automatically merged #413
Comments
This seems fixed now as of tensorflow/tensorflow#54377 |
We are not in the same case as the listed PRs. Your example was always working as the merge commit you have pushed in master has the right reference parent on the PR branch head hash. I don't know what they are doing internally on the PRs I've listed above but the merge commit pushed on master don't reference anymore the PR branch head as a partent. So there is still something in the internal development practice that break the PR branch reference. |
As you are example is a regular I think it is not related to the problem we have. This commit (PR branch head) is not available in master as the merge pushed in master has no reference of this commit in its parents (It has it instead regularly in your case). So it is impossible for Github to understand that you are merging the commit of the branch and close it with a merged status:
Please can you can internally check, as I have no visibility, what happened in As your example is linear and regular It is important to understand what they are doing to remove any reference to the branch head commit in the merge. Edit: |
It happened again now on tensorflow/tensorflow#55529:
What difference you see internally from tensorflow/tensorflow#54377 ( |
5 hours ago, another pushed merge on an intermediate PR commit: |
Can we reopen this to track why the CL merge sometimes with an intermediate PR branch commit? I am tracking instead, with the Github support, the case where the merge commit has the right parent pointing on the PR branch head sha. |
This is a different scenario than the one we considered when this was closed. |
I think here we could focus on the first point:
|
So, for tensorflow/tensorflow#55529, the internal changelist looks like This diff is not different than the PR Also, the merge commit matches the last commit on the branch: Is there something I'm misunderstanding from #413 (comment) ? The internal changelist has last been approved on Apr 18th, when the PR got merged, but the last PR commit has been from Apr 13th. The only strange thing I see is that the PR has a merge from master back into it, instead of a rebase. This causes the PR merge message to not be complete? |
Though the merge theory doesn't apply for tensorflow/tensorflow#55518 |
Updated: this seems to be a internal tooling problem. Internal team has been notified |
Just to add another case on the TF/infra side: The PR is still open. |
Another case closed just with the Github pattern (not-merged) tensorflow/tensorflow#53905 |
@mihaimaruseac Can you share the internal related tickets with @theadactyl? Thanks |
/cc @MichaelHudgins |
Community PRs that are internally edited by TF members on the mirrored CL are not going to be automatically merge the PR and they needs to be manually closed.
Other then requiring extra manual work it is going to alter some automated stats as these will be classified as community rejected PRs instead that accepted PRs.
This is the list limited to 2022:
PR: #55413 Closed at: 2022-04-07 11:27:48
PR: #55469 Closed at: 2022-04-07 11:22:12
PR: #54223 Closed at: 2022-04-01 14:28:30
PR: #55317 Closed at: 2022-04-04 20:05:50
PR: #55026 Closed at: 2022-03-14 14:15:00
PR: #54860 Closed at: 2022-03-14 14:11:03
PR: #53437 Closed at: 2022-03-23 20:52:56
PR: #53367 Closed at: 2022-02-23 16:37:52
PR: #54426 Closed at: 2022-02-18 17:38:06
PR: #53507 Closed at: 2022-02-02 16:21:27
PR: #53536 Closed at: 2022-01-13 12:30:37
PR: #50834 Closed at: 2022-01-10 12:23:31
Some solution to explore:
pr_branch_to_update
?pr_branch
as the other community members as most of the pr_branches are writable aslo by internal codeowners?The text was updated successfully, but these errors were encountered: