Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ffa65426f0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 0 | ||
| ref: main |
There was a problem hiding this comment.
Synchronize engine releases through develop
When an engine-released dispatch contains a new version, this forces the synchronization job onto main, and the later git push origin HEAD:main writes directly to that branch. This bypasses the newly established develop-first workflow, leaves develop targeting the old engine version, and risks a subsequent develop-to-main merge reverting the synchronized release; check out develop and push with an explicit develop:develop refspec instead.
AGENTS.md reference: AGENTS.md:L18-L21
Useful? React with 👍 / 👎.
Summary
Validation