austin1serb/Summarize commits & send client email
Summarizes recent commit messages with OpenAI and e sends an email
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 24, 2025
- License
- None
Pinned Snippet
uses: austin1serb/serbyte-actions@01db3ba17abd2a85ef9dcc6639e5edd5ced8dfcf # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-model | OpenAI chat model ID (e.g., gpt-4o-mini) | no | gpt-4o-mini |
Outputs
| name | description |
|---|---|
| email_body | HTML-formatted summary (ready for sending) |
| summary_md | Markdown summary (for logs/PRs) |