Skip to content

fix(deps): update willbooster-config #1

fix(deps): update willbooster-config

fix(deps): update willbooster-config #1

Workflow file for this run

name: Generate PR with Codex CLI
on:
issues:
types:
- labeled
pull_request:
types:
- labeled
jobs:
gen-pr:
if: contains(github.event.label.name, 'gen-pr-all') || contains(github.event.label.name, 'gen-pr-codex')
uses: WillBooster/reusable-workflows/.github/workflows/gen-pr.yml@main
with:
coding-tool: codex-cli
issue-number: ${{ github.event.issue.number || github.event.number }}
secrets:
GH_TOKEN: ${{ secrets.PUBLIC_GH_BOT_PAT }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}