Skip to content

Conversation

pakrym-oai
Copy link
Collaborator

Fixes CI

@pakrym-oai pakrym-oai enabled auto-merge (squash) September 15, 2025 00:54
Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

Codex Review: Here are some suggestions.

Reply with @codex fix comments to fix any unresolved comments.

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, or 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 fix this CI failure" or "@codex address that feedback".

uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
with:
ignore_words_file: .codespellignore
skip: frame*.txt
Copy link
Contributor

Choose a reason for hiding this comment

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

[P1] Skip pattern fails to exclude frame assets

The new skip: frame*.txt option is forwarded to codespell --skip, which applies glob patterns to the full relative path of each file and does not let * cross directory separators. All of the frame assets live in codex-rs/tui/frames/**, so this pattern never matches them and the workflow will still scan those files, leaving the CI failure unaddressed. Use a glob that includes the directories (e.g. **/frame*.txt or codex-rs/tui/frames/**/*.txt) to actually skip the frames.

Useful? React with 👍 / 👎.

Copy link
Collaborator

@ae-openai ae-openai left a comment

Choose a reason for hiding this comment

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

maybe check reviewbot's opinion tho

@pakrym-oai pakrym-oai disabled auto-merge September 15, 2025 00:59
@pakrym-oai pakrym-oai merged commit 4dffa49 into main Sep 15, 2025
17 of 18 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/skip-frames branch September 15, 2025 01:00
@github-actions github-actions bot locked and limited conversation to collaborators Sep 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants