diff --git a/cmd/client.go b/cmd/client.go index 32f9082..26e0c8d 100644 --- a/cmd/client.go +++ b/cmd/client.go @@ -52,6 +52,7 @@ func (c *Client) Init(branchName string) error { } options := gitlab.ListMergeRequestsOptions{ + Scope: gitlab.String("all"), State: gitlab.String("opened"), SourceBranch: &branchName, }