yuri-val/Auto-generate PR Description
Automatically generates pull request descriptions using OpenAI when a PR is created or updated.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | Your OpenAI API Key | yes | — |
| openai_model | OpenAI model to use (e.g., gpt-5.6-luna, gpt-5.6-terra) https://developers.openai.com/api/docs/guides/latest-model | no | gpt-5.6-luna |
| github_token | GitHub token with repo permissions | yes | ${{ github.token }} |
| temperature | Sampling temperature for OpenAI (0.0 to 1.0). Ignored for reasoning models (gpt-5.x, o-series), which only support the default. | no | 0.7 |
Outputs
| name | description |
|---|---|
| pr_number | The number of the pull request updated |
| description | The generated pull request description |