qte77/Repo Index
Analyze GitHub repos and generate a structured registry for agent context and GHA consumption.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 16, 2026
- License
- Apache 2.0
Pinned Snippet
uses: qte77/gha-repo-index@7e5254358f01490e70ca524da82f46256602db70 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| OWNER | GitHub owner/org to auto-discover repos from. | — | ${{ github.repository_owner }} |
| REPOS | Comma-separated owner/repo list. If empty, auto-discovers all repos for OWNER. | no | — |
| AI_ENABLED | Enable AI summarization via GitHub Models. | — | false |
| AI_MODEL | GitHub Models AI model to use. | — | openai/gpt-4.1-mini |
| OUTPUT_DIR | Directory to write registry files. | — | registry |
| INCLUDE_ARCHIVED | Include archived repos. | — | false |
| INCLUDE_FORKS | Include forked repos. | — | false |
| TOKEN | GitHub token with repo read access. | — | ${{ github.token }} |
| COMMITTER_NAME | Git committer name. | — | RepoIndex-GHA |
| COMMITTER_EMAIL | Git committer email. | — | repo-index@gha |
| CREATE_PR | Whether to create a PR with changes. | — | false |
Outputs
no outputs