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

Support multiple repositories in one instance #39

Open
lukaszwawrzyk opened this issue Jan 17, 2023 · 0 comments
Open

Support multiple repositories in one instance #39

lukaszwawrzyk opened this issue Jan 17, 2023 · 0 comments
Labels
feature New feature or request

Comments

@lukaszwawrzyk
Copy link
Collaborator

Currently we are just running bazel steward on an existing cloned repository. We could wrap this logic and execute it multiple times on different repositories (first cloning them).

This is useful for companies that just would like to setup 1 job for bazel steward, configure which repositories should it run on and call it done. Without this feature, it would be required to setup a separate job for each project.

Repositories list/file could be a parameter to the Bazel Steward binary. We could accept mixed list of directories and clone urls and run the logic for each of them. By default we would pass as a single relative path (".").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant