jenkinsci / gitlab-branch-source-plugin

A Jenkins Plugin for GitLab Multibranch Pipeline jobs and Folder Organization
https://plugins.jenkins.io/gitlab-branch-source
MIT License
119 stars 85 forks source link

fix filter for draft merge request #403

Closed jetersen closed 3 months ago

jetersen commented 3 months ago

Testing done

### Submitter checklist
- [ ] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [ ] Ensure that the pull request title represents the desired changelog entry
- [ ] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
jetersen commented 3 months ago

@jonasgroenke 👋

jonasgroenke commented 3 months ago

@jonasgroenke 👋

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

basilevs commented 3 months ago

My bad, thanks for the fix!

jetersen commented 3 months ago

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

msrb commented 3 months ago

Thank you for the quick fix ;)