Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gitlab): skip archived repos #240

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

syphernl
Copy link
Contributor

@syphernl syphernl commented Mar 28, 2022

What does this change

Skip archived projects when retrieving repositories for group/user projects on GitLab.

What issue does it fix

If a repository is archived on GitLab it is read-only. Therefor no changes can be made to the repository.
Currently multi-gitter will still clone the repository and (try to) make changes for it.

With the GitHub SCM archived repositories were already skipped. This PR also adds this behavior for GitLab.

Notes for the reviewer

N/A

Checklist

  • Made sure the PR follows the CONTRIBUTING.md guidelines
  • Tests if something new is added

@lindell lindell merged commit 10df83a into lindell:master Mar 28, 2022
@lindell
Copy link
Owner

lindell commented Mar 28, 2022

Thanks for your contribution! This is a no brainer merge 😄

@github-actions
Copy link
Contributor

Included in release v0.41.0 🎉

@syphernl syphernl deleted the feat/gitlab_skip_archived branch March 28, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants