-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Exclude projects by tag during sync #83
Comments
There's a field you can set on individual projects, named
There's no dynamic flag for this though, but feel free to open up a PR implementing it (I'm bottlenecked at the moment, but can check PRs), it shouldn't require too much work, the function for filtering is |
I missed this field somehow! Thanks for pointing it out. This does solve my problem. |
We think it will be helpful to have an additional CLI override to sync projects with Willing to contribute a PR for the same. Would you be interested in such an addition? |
I thought about it, sounds like a good idea. Feel free to open a PR! |
Is your feature request related to a problem? Please describe
I have a use case where I want to clone all projects except a few.
I thought of a few ways out like tagging all the other projects besides the excluded ones with a particular tag and using this tag during sync. It makes it difficult to maintain the config though since the excluded projects are fewer in number and will remain static in count. Whereas this new tag has to be now added for any new project.
Describe the solution you'd like
A new flag
--exclude-tags
which ignores the projects with such tags while cloning repositories.Additional context
N/A
The text was updated successfully, but these errors were encountered: