zudsniper/Codex Action

Leverage OpenAI Codex to execute prompts on codebase, create branches, and open pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
openai_api_keyYour OpenAI API key.yes
codex_modelThe Codex model to use (e.g., codex-1, codex-1-mini).yes
promptThe prompt to execute on the codebase.yes
base_branchThe base branch to create the new branch from. Defaults to main.nomain
new_branch_prefixA prefix for the new branch name. Defaults to codex-.nocodex-
pr_titleThe title for the pull request.yes
pr_bodyThe body for the pull request.noAutomated changes by Codex Action.
target_filesA glob pattern or comma-separated list of files to include in the prompt context. Defaults to all files in the repository.no**/*
namedescription
new_branch_nameThe name of the newly created branch.
pull_request_urlThe URL of the created pull request.