yuri-val/Auto PR: dev to main/master
Automates PR creation from dev to main/master, generates descriptions with OpenAI, and adds reviewers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API Key | yes | — |
| openai_model | OpenAI model to use (e.g., gpt-5.6-luna, gpt-5.6-terra, etc.) https://developers.openai.com/api/docs/guides/latest-model | no | gpt-5.6-luna |
| github_token | GitHub (PAT) token with repo permissions | yes | — |
| dev_branch | Development branch name | no | dev |
| max_diff_bytes | Max size (bytes) of the diff payload sent to the model. Kept well inside the context window so large releases do not 400 with context_length_exceeded. | no | 200000 |
Outputs
| name | description |
|---|---|
| pr_number | The number of the pull request created or updated |