Skip to content

YiweiShen/codez

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

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 }}

About

Codex in GitHub Actions

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 97.6%
  • JavaScript 1.8%
  • Other 0.6%