snsinahub/List Repos
Search and list repositories in a GitHub organization with pattern matching, automatic pagination, and configurable output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with repo read access | yes | — |
| org | GitHub organization name | yes | — |
| search | Search pattern for repo names. Use "*" or "all" for all repos, a regex (e.g. "^frontend-.*"), or a simple wildcard (e.g. "api-*") | no | * |
| output-format | Output format: "json" (array of owner/repo) or "text" (one owner/repo per line) | no | json |
| output-file | Optional file path to write the output to | no | — |
Outputs
| name | description |
|---|---|
| repos | The matched repositories in the chosen format |
| count | The number of matched repositories |