behrouz-rad/PR Summarizing using AI
Summarizes the code changes in a PR using AI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| llm-model | Name of the LLM model to use for code review. | yes | — |
| prompt-file | The file which contains prompt. | yes | — |
| models-file | The file which contains AI models. | yes | — |
| version-file | The reference file to cache Ollama. | yes | — |
| context-window | The number of tokens an AI model can process at once, affecting its ability to handle longer inputs and context. | no | 4096 |
| context-lines | Sets the number of context lines to include around changes in git diff. A higher value provides more surrounding code for better AI analysis of the PR. | no | 10 |
| upload-changes | Indicates whether to upload the generated changes as an artifact for future reference. | no | false |
| fail-on-error | If set to true, the action will terminate if an error occurs during operation. | no | true |
| token | Token for the repository, required to comment on the pull request. | no | ${{ github.token }} |
Outputs
no outputs