Codez Action
ActionsTags
(2)An AI Agent that operates Codex on GitHub Actions. By using this Action, you can invoke Codex from GitHub Issues or Pull Request comments to automate code changes.
Full guides and reference docs are in the docs/ folder:
Below is a minimal workflow configuration to get started with Codez:
# .github/workflows/codez.yml
on: [issue_comment]
jobs:
codez:
runs-on: ubuntu-latest
steps:
- uses: yiweishen/codez@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
Codez Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.