brave/puLL-Merge
puLL-Merge is a github-action to add LLM capabilities to pull-requests in github automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Secret token to push review comments, and interact with the repository systematically | yes | — |
| openai_api_key | API key to interact with the OpenAI endpoint | — | — |
| anthropic_api_key | API key to interact with the Anthropic endpoint | — | — |
| debounce_time | Debounce Time in hours | — | — |
| amplification | Amplification factor for the generated text | — | — |
| filterdiff_args | Arguments to pass to filterdiff | — | — |
| openai_models | selection of models to use for the openai endpoint | — | — |
| anthropic_models | selection of models to use for the anthropic endpoint | — | — |
| bedrock_models | selection of models to use for the bedrock endpoint | — | — |
| run_if_private | run the action even if the repository is private | — | — |
| debug | enables debug output for this action | no | — |
| repo | force the repository to run the action on | no | — |
| owner | force the owner to run the action on | no | — |
| prnum | force the pull request number to run the action on | no | — |
| max_tokens | maximum number of tokens to generate | no | — |
| bedrock_aws_iam_role_arn | AWS IAM Role ARN to interact with the Bedrock endpoint | — | "" |
| region | AWS region to interact with the Bedrock endpoint | — | "" |
| include_diff | Include the diff in the generated text | no | — |
| system_prompt | Custom system prompt for the LLM. If not provided, uses the default from utils.js | no | — |
Outputs
no outputs