Replies: 1 comment 4 replies
-
One of the solutions @gr2m propose is the following:
Originally posted here |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Right now octoherd supports the following type of arguments when passing the
--repositories
argument:'repo-owner/repo-name'
'repo-owner/*'
will find all repositories for one owner'*'
will find all repositories the user has access to.In some cases, a user may want to run an octoherd script over a concrete subset of repositories under certain condition/s:
Would make sense to extend octoherd's CLI to support other sources to get this list of respositories?
Beta Was this translation helpful? Give feedback.
All reactions