Use a regular expression string to filter Github Repositories #403
Closed
josealdaco
started this conversation in
Ideas
Replies: 1 comment
-
PS: forked the repository and implemented the feature locally, new to Go and thought tackling this would be a great start 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the newly added feature #397 I've been able to target several Github repositories by name, however in my case I want to match all repositories that begin with a prefix. When I use
repo-
with--repo-search
for example I also get repository names that match withrepo
instead of matching repositories that only begin withrepo-
.I think introducing a
--repo-include
and--repo-exclude
flag would be beneficial by filtering out repositories with a regular expression, would this be a good feature to add tomulti-gitter
?Beta Was this translation helpful? Give feedback.
All reactions