Skip to content

Commit

Permalink
Merge pull request #57 from qonto/edb-ignore-pending-delete-projects
Browse files Browse the repository at this point in the history
Ignore pending deletion Gitlab projects
  • Loading branch information
edebernis authored Mar 15, 2024
2 parents f0bf01b + 6bdf957 commit c24dbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/providers/gitlab/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func makeGitlabListProjectsOptions(config config.GitlabConfig) *gitlab.ListProje
PerPage: 25,
Sort: "asc",
},
IncludePendingDelete: gitlab.Ptr(false),
}

if len(config.Topics) > 0 {
Expand Down

0 comments on commit c24dbf3

Please sign in to comment.