javiertuya / dashgit

DashGit - A Dashboard for GitHub and GitLab repositories. Consolidates in a single view all your open issues, PRs, review requests, branches and statuses. Combine and merge dependency updates from dependabot PRs.
https://javiertuya.github.io/dashgit/
MIT License
4 stars 1 forks source link

Update gitlab4j-api from 5.7.0 to 5.8.0 fails to compile #128

Open javiertuya opened 1 day ago

javiertuya commented 1 day ago
Error:  /home/runner/work/dashgit/dashgit/dashgit-updater/src/main/java/giis/qabot/ci/clients/GitlabClient.java:[150,34] method createMergeRequestNote in class org.gitlab4j.api.NotesApi cannot be applied to given types;
  required: java.lang.Object,java.lang.Long,java.lang.String,java.util.Date,boolean
  found:    java.lang.Object,long,java.lang.String
  reason: actual and formal argument lists differ in length
javiertuya commented 1 day ago

Reverted in https://github.com/javiertuya/dashgit/pull/127