core-agent-ide/.github
Michael Bolin 86e0f31a7e
chore: rust-release.yml should update the latest-alpha-cli branch (#3458)
This updates `rust-release.yml` so that the last step of creating a
release entails updating the `latest-alpha-cli` branch to point to the
tag used to create the latest release. This will facilitate building
automation to identify the most recent alpha release of Codex CLI
(though note this branch could also point to an official release, as it
is implemented today).

This introduces a new job, `update-branch`, which depends on the
`release` job. I made it separate from the `release` job because
`update-branch` needs the `contents: write` permission, so this limits
the amount of work we do with that permission.

Note I also created a branch protection rule for `latest-alpha-cli`
that:

- specifies repository admins as the only members of the bypass list
- only those with bypass permissions can create, update, or delete this
branch
- this branch requires a linear history
- note that force pushes _are_ allowed

This is the first step in fixing
https://github.com/openai/codex/issues/3098.
2025-09-11 08:06:28 -07:00
..
codex fix: change the model used with the GitHub action from o3 to gpt-5 (#2198) 2025-08-11 15:08:58 -07:00
ISSUE_TEMPLATE Add a VS Code Extension issue template (#2853) 2025-08-28 16:56:52 -04:00
workflows chore: rust-release.yml should update the latest-alpha-cli branch (#3458) 2025-09-11 08:06:28 -07:00
codex-cli-login.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
codex-cli-permissions.png update readme (#1948) 2025-08-07 11:20:53 -07:00
codex-cli-splash.png README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dependabot.yaml Enable Dependabot updates for Rust toolchain (#2460) 2025-08-19 18:07:21 -07:00
dotslash-config.json fix: leverage windows-11-arm for Windows ARM builds (#3062) 2025-09-02 12:56:09 -07:00
pull_request_template.md Fix: Adapt pr template with correct link following doc refacto (#2982) 2025-09-02 13:05:52 -04:00