chore: clean up CI jobs and update uv pin#3400
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ddfdec637d
ℹ️ 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".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ddfdec637d
ℹ️ 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".
This pull request updates repository CI maintenance by removing no-longer-used automation around translated docs updates, PR auto-labeling, and automatic release PR refreshes. It also removes the now-orphaned Codex prompt/schema/script files and their dedicated PR label tests.
The release PR creation workflow remains in place with a simpler PR body because release readiness reports will be prepared manually. The docs translation helper now reads
OPENAI_API_KEYdirectly, and active GitHub Actions workflows now pinuv 0.11.14so CI matches the current local toolchain.