Repair wp/7.0 branch Actions: remove permanently disabled mobile-unit-js job - #82810
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review issues remain.
Pull request overview
Removes the permanently disabled mobile-unit-js job from the unit-test.yml workflow.
Changes:
- Deletes the unreachable mobile unit-test job.
- Preserves all active workflow jobs.
File summaries
| File | Description |
|---|---|
.github/workflows/unit-test.yml |
Removes dead mobile test workflow configuration. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
66a20c5 to
7ef0b49
Compare
0e208c2 to
83aa239
Compare
83aa239 to
6cd958d
Compare
6cd958d to
cc051bf
Compare
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
cc051bf to
1f06e7f
Compare
1f06e7f to
8c8a43d
Compare
Part of #82782.
What?
Removes the
mobile-unit-jsjob fromunit-test.yml.Why?
The job is unconditionally disabled via
if: false(React 19 broke these tests, and upgrading React Native to a compatible version is paused — see WordPress/gutenberg#71336). Since it can never run, it's dead workflow content and is removed entirely rather than left in place.Use of AI Tools
This PR was authored with the help of Claude Code.