Skip to content
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

feat: support merge_groups for only new issues #1026

Closed
wants to merge 1 commit into from

Conversation

strantalis
Copy link

This pull request looks to help resolve #956. The changes seem to be working as expected but I am not sure if I missed anything when it comes to working with merge queues.

Thanks for the feedback in advance!

@ldez

This comment was marked as outdated.

@ldez
Copy link
Member

ldez commented Apr 26, 2024

After some tests, this PR has a problem because it uses directly the PR content as a patch/diff.

But when a PR is inside a merge group the patch/diff should be related to the HEAD of the targeted branch and use the "rebased" commit.

@ldez ldez closed this Apr 27, 2024
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.

Make only-new-issues work with Merge Queues, not just Pull Requests
2 participants