You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two changes that should reduce the frequency of the issue:
- filter opened merge requests directly when calling the GitLab API
- increase page size to the maximum (100 items) in pagination
If you have more than 100 opened merge requests, issue #80 may still occur.
Environment
tsrc version 0.3.2 - git: 6d50779
Steps to reproduce
feat/foo
branch)Actual output
Error message about merge request already existing
Expected result
Previous merge request should be found and updated instead of trying to create a new one
The text was updated successfully, but these errors were encountered: