backguru-t/PR summary generator

Generate PR summarization with OpenAI when a PR is opened or updated.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenThe GitHub tokenyes
openai_api_keyOpenAI API keyyes
pull_request_idPull request id (otherwise attempt to extract it from the GitHub metadata)no""
allowed_usersComma-separated list of GitHub usernames this action will run for, if empty it will run for all usersno""
gpt_mode_3OpenAI model to use, needs to be compatible with the chat/completions endpointnogpt-3.5-turbo
gpt_model_4OpenAI model to use, needs to be compatible with the chat/completions endpointnogpt-4
max_tokensMaximum number of prompt tokens to useno1000
temperatureTemperature for the model, higher values will make the model more creative, lower values will make it more conservativeno0.6
sample_promptSample prompt to use for the model, refer to SAMPLE_PROMPT in the Python file.no""
sample_responseA sample of an ideal response based on the sample promptno""

no outputs