echapmanfrombunnings/Query an organisations repositories for any repo containing a tag
Useful within corporate environment when mass managing repos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-owner | Account to search under. This is to narrow the search down as there is a 1000 limit by GitHub | yes | — |
| repo-token | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| topic-filter | Topic to query the repositories by | yes | — |
Outputs
| name | description |
|---|---|
| repojson | contains the repos in a json format for consuming by a workflow matrix |