Skip to content

ci: fix React Doctor workflow - #406

Merged
zombieJ merged 1 commit into
masterfrom
fix/react-doctor-workflow-v2.2.8
Jul 31, 2026
Merged

ci: fix React Doctor workflow#406
zombieJ merged 1 commit into
masterfrom
fix/react-doctor-workflow-v2.2.8

Conversation

@yoyo837

@yoyo837 yoyo837 commented Jul 31, 2026

Copy link
Copy Markdown
Member
  • update action pin to v2.2.8

Context

react-component/table#1503

Summary by CodeRabbit

  • 维护
    • 更新 React Doctor 检查工具至新的固定版本,提升检查流程的稳定性与一致性。

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
notification Ready Ready Preview Jul 31, 2026 9:40am

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 631effe9-36e6-4bb1-85f1-32bc663c4d28

📥 Commits

Reviewing files that changed from the base of the PR and between e7c6331 and 86f527f.

📒 Files selected for processing (1)
  • .github/workflows/react-doctor.yml

Walkthrough

Changes

React Doctor Action 更新

Layer / File(s) Summary
更新 Action 固定提交
.github/workflows/react-doctor.yml
工作流将 React Doctor Action 的固定提交从 0b4f4f4bd248a154e64eb508a48347f71154b3f3 更新为 01820bb4fd4d0a4aebcd8df2b2a143a098649cb2

Estimated code review effort: 1 (Trivial) | ~2 minutes

Poem

我是兔子,轻跳过 CI 小径,
新提交已稳稳落定。
React Doctor 挥挥耳朵,
工作流继续清晰前行。

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 标题准确概括了 React Doctor 工作流的修复,且与更新 Action 固定提交版本的主要变更相关。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/react-doctor-workflow-v2.2.8

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

❌ Deploy failed

PR preview ❌ Failed ❌ Failed
🔗 Preview https://react-component-notification-preview-pr-406.surge.sh (may be unavailable)
📝 Commit86f527f
🪵 LogsView logs
📋 Build log (last lines)
npm error     @eslint-community/eslint-utils@"^4.9.1" from @typescript-eslint/utils@8.65.0
npm error     node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"8.65.0" from @typescript-eslint/eslint-plugin@8.65.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         peerOptional @typescript-eslint/eslint-plugin@"^8.0.0" from eslint-plugin-jest@29.16.0
npm error         node_modules/eslint-plugin-jest
npm error         1 more (typescript-eslint)
npm error       3 more (@typescript-eslint/type-utils, eslint-plugin-jest, typescript-eslint)
npm error     @eslint-community/eslint-utils@"^4.8.0" from eslint@10.8.0
npm error   10 more (@eslint/compat, @eslint/js, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" from eslint-plugin-react@7.37.5
npm error node_modules/eslint-plugin-react
npm error   dev eslint-plugin-react@"^7.37.5" from the root project
npm error
npm error Conflicting peer dependency: eslint@9.39.5
npm error node_modules/eslint
npm error   peer eslint@"^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" from eslint-plugin-react@7.37.5
npm error   node_modules/eslint-plugin-react
npm error     dev eslint-plugin-react@"^7.37.5" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/runner/.npm/_logs/2026-07-31T09_38_34_408Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-07-31T09_38_34_408Z-debug-0.log

🤖 Powered by surge-preview

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.20%. Comparing base (e7c6331) to head (86f527f).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #406   +/-   ##
=======================================
  Coverage   99.20%   99.20%           
=======================================
  Files          12       12           
  Lines         376      376           
  Branches      102      102           
=======================================
  Hits          373      373           
  Misses          3        3           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zombieJ
zombieJ merged commit 4f26598 into master Jul 31, 2026
14 checks passed
@zombieJ
zombieJ deleted the fix/react-doctor-workflow-v2.2.8 branch July 31, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants