57blocks/AI-Powered PR Description Generator
Utilizes advanced AI algorithms to automatically generate pull request descriptions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 15, 2025
- License
- MIT
Pinned Snippet
uses: 57blocks/ai-powered-pr-description-generator@d78dfa46b5a9ff78d5b6be2ff392ace9d1bb1243 # 1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ai_name | The name of AI, currently just supports gemini, open-ai | yes | gemini |
| api_key | API key for authenticating with Google Gemini service. Ensure it has the necessary permissions for generating content. | yes | — |
| github_token | GitHub token with repository permissions to access and modify pull requests. Make sure it has at least read and write access to pull requests. | yes | — |
| temperature | Controls the randomness of the generated descriptions. A value between 0.0 (more deterministic) and 1.0 (more creative). | no | 0.7 |
| ignores | AI will not analyze changes to files or folders in this array | no | — |
| use_jira | Add Jira ticket by checking branch name | no | false |
Outputs
| name | description |
|---|---|
| description | The AI-generated description for the pull request, providing context and details for reviewers. |