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

add filter to MR when they don't have merged date #109

Merged
merged 13 commits into from
Nov 20, 2024

Conversation

alkalinan
Copy link
Collaborator

No description provided.

@alkalinan alkalinan requested a review from knowbased November 19, 2024 14:07
@alkalinan alkalinan self-assigned this Nov 19, 2024
@alkalinan alkalinan changed the base branch from main to develop November 19, 2024 14:07
@alkalinan alkalinan changed the base branch from develop to main November 19, 2024 14:07
@alkalinan alkalinan changed the base branch from main to develop November 19, 2024 14:10
Copy link
Member

@badetitou badetitou left a comment

Choose a reason for hiding this comment

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

LGTM



"filter to reject MR that are not merge"
userMergedMergeRequests := userMergedMergeRequests reject: [ :mr | mr merged_at isNil ].
Copy link
Member

Choose a reason for hiding this comment

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

Nice :)

Comment on lines +26 to +32
merged_at: '09-05-2024').

(GLHMergeRequest new
author: user;
merge_user: user;
created_at: '09-02-2024';
merged_at: nil)
Copy link
Member

Choose a reason for hiding this comment

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

👍

@badetitou badetitou merged commit 2f02e4e into develop Nov 20, 2024
2 checks passed
@badetitou badetitou mentioned this pull request Nov 20, 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.

3 participants