lindell / multi-gitter

Update multiple repositories in with one command
Apache License 2.0
895 stars 66 forks source link

Use code search as input for target repository list #401

Closed jamestelfer closed 1 year ago

jamestelfer commented 1 year ago

Follow up to #398, adding code search as another source (see initial discussion).

I propose adding a --code-search flag (GitHub only, initially) that would use the flag as an SCM-specific search query that would gather the set of target repositories by searching across code in the target system. The syntax accepted by the flag would be that supported by the underlying SCM, and would be passed through directly.

Example searches:

Drawbacks to this approach include that mentioned in #398.

Relevant GitHub documentation:

github-actions[bot] commented 1 year ago

Included in release v0.49.0 🎉