cml1010101/Repo Summary Action
A GitHub Action to summarize repo activity with Gemini AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub token for API access. | yes | — |
| gemini_api_key | The Gemini API key for summarization. | yes | — |
| repo_owner | The owner of the repository. | yes | — |
| repo_name | The name of the repository. | yes | — |
| email_enabled | Whether to send email digest to contributors. | no | false |
| smtp_host | SMTP server host for sending emails. | no | — |
| smtp_port | SMTP server port. | no | 587 |
| smtp_user | SMTP username for authentication. | no | — |
| smtp_password | SMTP password for authentication. | no | — |
| from_email | Email address to send from. | no | — |
| from_name | Name to send email from. | no | Repository Digest Bot |
Outputs
no outputs