yuri-val/Auto-generate PR Description [G4F]
Automatically generates pull request descriptions using gpt4free 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 |
|---|---|---|---|
| github_token | GitHub token with repo permissions | yes | ${{ github.token }} |
| temperature | Sampling temperature for gpt4free (0.0 to 1.0) | no | 0.7 |
| provider | G4F provider to use | no | auto |
| model | Model to use with the selected provider | no | gpt-4 |
Outputs
| name | description |
|---|---|
| pr_number | The number of the pull request updated |
| description | The generated pull request description |