narthur/UVI Finder
Automatically identifies User-Visible Improvements in pull requests using OpenAI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| openai-api-key | OpenAI API key for analysis | yes | — |
| model | OpenAI model to use | no | gpt-4 |
| comment-header | Custom header for PR comment | no | ## User-Visible Improvements |
Outputs
| name | description |
|---|---|
| uvi-count | Number of UVIs found in the PR |
| uvi-list | JSON array of identified UVIs |