Skip to content

Fix Codex 0.99.0 config schema and add workflow invocation docs - #47

Merged
clduab11 merged 2 commits into
codex/codex-action-mcp-suitefrom
copilot/sub-pr-46
Feb 12, 2026
Merged

Fix Codex 0.99.0 config schema and add workflow invocation docs#47
clduab11 merged 2 commits into
codex/codex-action-mcp-suitefrom
copilot/sub-pr-46

Conversation

Copilot AI commented Feb 12, 2026

Copy link
Copy Markdown
Contributor

Updated Codex configuration to match 0.99.0 schema requirements and added operator runbook section for workflow invocation.

Changes

  • .github/codex/configs/mcp-full.toml: Renamed sandbox_modesandbox_policy and removed deprecated web_search top-level key to align with Codex 0.99.0 schema
  • docs/runbooks/github-codex-action-mcp.md: Added "How to run" section covering:
    • Manual trigger instructions for both workflows with required/optional inputs
    • Automatic trigger details (PR events, weekly Monday 14:00 UTC cron)
    • Key configuration values and artifact retention

Before:

model = "gpt-5-codex"
approval_policy = "never"
sandbox_mode = "workspace-write"
web_search = "live"

After:

model = "gpt-5-codex"
approval_policy = "never"
sandbox_policy = "workspace-write"

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.


Continue Tasks: ▶️ 5 queued — View all

@clduab11 clduab11 added documentation Improvements or additions to documentation codex OpenAI's Codex bot general improvements General QOL improvements and random small bug fixex and patches domain → integration (Linear) p2-medium (Linear) Medium priority stack feature Feature of the repo size-m ci/cd CI/CD related info labels Feb 12, 2026
Co-authored-by: clduab11 <185000089+clduab11@users.noreply.github.com>
Copilot AI changed the title [WIP] Add hardened Codex PR review and growth workflows Fix Codex 0.99.0 config schema and add workflow invocation docs Feb 12, 2026
Copilot AI requested a review from clduab11 February 12, 2026 03:13
@clduab11
clduab11 marked this pull request as ready for review February 12, 2026 05:42
@clduab11
clduab11 merged commit 24e56f6 into codex/codex-action-mcp-suite Feb 12, 2026
1 check failed
@ghost

ghost commented Feb 12, 2026

Copy link
Copy Markdown

Rooviewer Clock   See task

Reviewed the Codex 0.99.0 configuration updates and workflow documentation. Found one documentation clarity issue.

  • Clarify that fork PR protection applies to both automatic and manual workflow triggers

Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues.


**Automatic triggers:**
- Runs automatically on PR events: opened, synchronize, reopened, ready_for_review
- Only runs on non-draft PRs from non-fork branches (fork PRs are blocked to protect secrets)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fork PR protection applies to both automatic and manual triggers, but the documentation only mentions it under "Automatic triggers". When manually triggering via workflow_dispatch, the workflow will still fail if the target PR is from a fork (see lines 36-54 in the workflow file where the fork check runs for both event types). This could confuse operators who attempt manual reviews on fork PRs expecting them to work.

Fix it with Roo Code or mention @roomote and request a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/cd CI/CD related info codex OpenAI's Codex bot documentation Improvements or additions to documentation domain → integration (Linear) feature Feature of the repo general improvements General QOL improvements and random small bug fixex and patches p2-medium (Linear) Medium priority stack

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants