zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.1k stars 103 forks source link

List MR supports filtering by source branch #894

Open georgexsh opened 2 months ago

georgexsh commented 2 months ago

It would be nice if lab mr list --source-branch functional, as the underlaying lib already supports it: https://github.com/xanzy/go-gitlab/blob/a29d3198a23aaf87a23e45f1bd5c83fb8fe90367/merge_requests.go#L274

ref: