-
-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Current implementation is using plain http requests to perform API operations, which doesn't care about rate-limits or errors.
Expected Behavior
Modify client to use GitLab client-go implementation and utilize it across all functions.
Steps To Reproduce
- Use automerge parameter on gitlab merge request action
- Configure gitlab repository to allow only merging when pipelines succeeded
Updatecli will attempt a merge request, but gitlab in this case will spit 405 error, because there are no retry mechanism
Environment
- OS: MacOS
- updatecli: v0.111.0Pipeline Graph
Anything else?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done