Skip to content

Codez Action

Actions
Codex in GitHub Actions
v0.3.12
Latest
Star (1)

Codez

GitHub Release GitHub Release Date GitHub Actions Workflow Status GitHub License

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.

Documentation

Full guides and reference docs are in the docs/ folder:

Quickstart

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.

About

Codex in GitHub Actions
v0.3.12
Latest

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.