behrouz-rad/PR Summarizing using AI

Summarizes the code changes in a PR using AI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
llm-modelName of the LLM model to use for code review.yes
prompt-fileThe file which contains prompt.yes
models-fileThe file which contains AI models.yes
version-fileThe reference file to cache Ollama.yes
context-windowThe number of tokens an AI model can process at once, affecting its ability to handle longer inputs and context.no4096
context-linesSets 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.no10
upload-changesIndicates whether to upload the generated changes as an artifact for future reference.nofalse
fail-on-errorIf set to true, the action will terminate if an error occurs during operation.notrue
tokenToken for the repository, required to comment on the pull request.no${{ github.token }}

no outputs