ste2820661phaniejoseph/PR Digest
Generates a weekly digest of merged PRs with AI-summarized changelogs for your team
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for accessing the repository and PR data | yes | ${{ github.token }} |
| openai-api-key | OpenAI API key for generating AI-powered summaries | yes | — |
| lookback-days | Number of days to look back for merged PRs | no | 7 |
| output-format | Output format for the digest: markdown, slack, or json | no | markdown |
| slack-webhook-url | Slack webhook URL for posting the digest (required if output-format is slack) | no | "" |
| base-branch | Base branch to filter merged PRs against | no | main |
| max-prs | Maximum number of PRs to include in the digest | no | 50 |
| openai-model | OpenAI model to use for summarization | no | gpt-4o-mini |
Outputs
| name | description |
|---|---|
| digest | The generated PR digest content |
| pr-count | Number of PRs included in the digest |
| digest-file | Path to the generated digest file (if saved to disk) |