serbyte-development/Summarize commits & send client email
Summarize recent commits with OpenAI and send polished client update emails via SMTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-model | OpenAI model to use for generating the client update summary. | no | — |
| openai_model | OpenAI model to use for generating the client update summary. Alias for openai-model. | no | gpt-5.4-mini |
| site-label | Optional site or client label used in the email subject and content. | no | "" |
| site_label | Optional site or client label used in the email subject and content. Alias for site-label. | no | "" |
Outputs
| name | description |
|---|---|
| email_body | Generated HTML email body. |
| skip_email | Whether email sending should be skipped. |