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

fix filter for draft merge request #403

Merged
merged 1 commit into from
Feb 9, 2024
Merged

fix filter for draft merge request #403

merged 1 commit into from
Feb 9, 2024

Conversation

jetersen
Copy link
Member

@jetersen jetersen commented Feb 9, 2024

Testing done

Submitter checklist

Preview Give feedback

@jetersen
Copy link
Member Author

jetersen commented Feb 9, 2024

@jonasgroenke 👋

.collect(Collectors.toList());
request.setMergeRequests(mrs);
} else {
if (!ctx.buildMRForksNotMirror() && gitlabProject.getForkedFromProject() != null) {
Copy link
Member Author

Choose a reason for hiding this comment

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

I think this method could use a bit of code clean but gotta start somewhere.

@jonasgroenke
Copy link
Contributor

@jonasgroenke 👋

I like it. It looks much cleaner now and contains less redundant code :)

@jetersen jetersen added the bug Something isn't working label Feb 9, 2024
@jetersen jetersen merged commit 7dde70e into master Feb 9, 2024
16 checks passed
@jetersen jetersen deleted the fix/396 branch February 9, 2024 22:39
@basilevs
Copy link
Contributor

My bad, thanks for the fix!

@jetersen
Copy link
Member Author

Don't worry @basilevs :) I missed it in the code review as well.

@msrb
Copy link
Member

msrb commented Feb 10, 2024

Thank you for the quick fix ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants