zudsniper/Codex Action
Leverage OpenAI Codex to execute prompts on codebase, create branches, and open pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | Your OpenAI API key. | yes | — |
| codex_model | The Codex model to use (e.g., codex-1, codex-1-mini). | yes | — |
| prompt | The prompt to execute on the codebase. | yes | — |
| base_branch | The base branch to create the new branch from. Defaults to main. | no | main |
| new_branch_prefix | A prefix for the new branch name. Defaults to codex-. | no | codex- |
| pr_title | The title for the pull request. | yes | — |
| pr_body | The body for the pull request. | no | Automated changes by Codex Action. |
| target_files | A glob pattern or comma-separated list of files to include in the prompt context. Defaults to all files in the repository. | no | **/* |
Outputs
| name | description |
|---|---|
| new_branch_name | The name of the newly created branch. |
| pull_request_url | The URL of the created pull request. |