Commit 43cc1e16 authored by Lucas Zampieri's avatar Lucas Zampieri

Fix commitsWithoutMergeCommits commits

commitsWithoutMergeCommits would just return just the first 100 commits.
Changelog: fixed
Signed-off-by: default avatarLucas Zampieri <lzampier@redhat.com>
parent 32b98f5e
...@@ -257,7 +257,7 @@ module Types ...@@ -257,7 +257,7 @@ module Types
end end
def commits_without_merge_commits def commits_without_merge_commits
object.recent_commits.without_merge_commits object.commits.without_merge_commits
end end
def security_auto_fix def security_auto_fix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment