brave/puLL-Merge

puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenSecret token to push review comments, and interact with the repository systematically yes
openai_api_keyAPI key to interact with the OpenAI endpoint
anthropic_api_keyAPI key to interact with the Anthropic endpoint
debounce_timeDebounce Time in hours
amplificationAmplification factor for the generated text
filterdiff_argsArguments to pass to filterdiff
openai_modelsselection of models to use for the openai endpoint
anthropic_modelsselection of models to use for the anthropic endpoint
bedrock_modelsselection of models to use for the bedrock endpoint
run_if_privaterun the action even if the repository is private
debugenables debug output for this actionno
repoforce the repository to run the action on no
ownerforce the owner to run the action on no
prnumforce the pull request number to run the action on no
max_tokensmaximum number of tokens to generate no
bedrock_aws_iam_role_arnAWS IAM Role ARN to interact with the Bedrock endpoint ""
regionAWS region to interact with the Bedrock endpoint ""
include_diffInclude the diff in the generated text no
system_promptCustom system prompt for the LLM. If not provided, uses the default from utils.js no

no outputs