core-agent-ide/.github
Michael Bolin 333803ed04
fix: ensure rust-ci always "runs" when a PR is submitted (#2324)
Our existing path filters for `rust-ci.yml`:


235987843c/.github/workflows/rust-ci.yml (L1-L11)

made it so that PRs that touch only `README.md` would not trigger those
builds, which is a problem because our branch protection rules are set
as follows:

<img width="1569" height="1883" alt="Screenshot 2025-08-14 at 4 45
59 PM"
src="https://github.com/user-attachments/assets/5a61f8cc-cdaf-4341-abda-7faa7b46dbd4"
/>

With the existing setup, a change to `README.md` would get stuck in
limbo because not all the CI jobs required to merge would get run. It
turns out that we need to "run" all the jobs, but make them no-ops when
the `codex-rs` and `.github` folders are untouched to get the best of
both worlds.

I asked chat how to fix this, as we want CI to be fast for
documentation-only changes. It had two suggestions:

- Use https://github.com/dorny/paths-filter or some other third-party
action.
- Write an inline Bash script to avoid a third-party dependency.

This PR takes the latter approach so that we are clear about what we're
running in CI.
2025-08-14 17:00:19 -07:00
..
actions/codex chore(deps-dev): bump @types/bun from 1.2.19 to 1.2.20 in /.github/actions/codex (#2163) 2025-08-11 21:54:30 -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 Use enhancement tag for feature requests (#2282) 2025-08-14 12:08:35 +09:00
workflows fix: ensure rust-ci always "runs" when a PR is submitted (#2324) 2025-08-14 17:00:19 -07:00
codex-cli-login.png update readme (#1948) 2025-08-07 11:20:53 -07:00
codex-cli-permissions.png update readme (#1948) 2025-08-07 11:20:53 -07:00
codex-cli-splash.png update readme (#1948) 2025-08-07 11:20:53 -07:00
demo.gif Initial commit 2025-04-16 12:56:08 -04:00
dependabot.yaml chore: drop codex-cli from dependabot (#1523) 2025-07-10 11:23:24 -07:00
dotslash-config.json fix: stop building codex-exec and codex-linux-sandbox binaries (#2036) 2025-08-08 13:42:33 -07:00
pull_request_template.md Clarify PR/Contribution guidelines and issue templates (#2281) 2025-08-13 21:56:29 -04:00