chore(deps): bump actions/github-script from 7.1.0 to 9.0.0#54
chore(deps): bump actions/github-script from 7.1.0 to 9.0.0#54dependabot[bot] wants to merge 10 commits into
Conversation
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7.1.0...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d1879b6857
ℹ️ 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".
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 02255915f6
ℹ️ 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".
Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5491f2bd31
ℹ️ 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".
Co-authored-by: Codex <noreply@openai.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: abcf39bdfd
ℹ️ 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".
|
|
||
| if [[ -n "${CI_BASE_SHA:-}" && -n "${CI_HEAD_SHA:-}" ]]; then | ||
| mapfile -d '' changed_markdown < <( | ||
| git diff --name-only -z "$CI_BASE_SHA" "$CI_HEAD_SHA" -- '*.md' |
There was a problem hiding this comment.
Use merge-base when selecting changed markdown files
Switch this diff to merge-base semantics (A...B or --merge-base) before filtering Markdown paths. git diff -h distinguishes <commit> <commit> from <commit>...<commit>, and the current two-commit form compares full tip trees; on an out-of-date PR branch it includes docs changed only on the base branch, so docs:lint can fail for Markdown files the PR did not touch. This makes the check non-deterministic with respect to PR content and creates false failures.
Useful? React with 👍 / 👎.
Keep the Dependabot actions/github-script v9 upgrade while preserving a docs-lint wrapper that supports staged pre-commit linting. Validation: make hooks-pre-commit Validation: pnpm lint Validation: pnpm typecheck Validation: git diff --cached --check Co-authored-by: Codex <noreply@openai.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Match the GitHub check job installation path so npm run check does not invoke Corepack/pnpm during CI. Validation: npm run check Co-authored-by: Codex <noreply@openai.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Resolve docs lint, audit, and generated diagram conflicts while preserving the github-script action upgrade. Co-authored-by: Codex <noreply@openai.com>
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
Summary
Automated dependency/workflow update for
jscraik/rSearchPR #54. Scope is limited to the version bump in this branch.Checklist
Testing
Review artifacts
Notes
This body was updated to satisfy repository PR template requirements so checks can evaluate the actual code/workflow changes.