chore(workflow): run diff CI on push events#12346
Conversation
✅ Deploy Preview for rspack canceled.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the CI diff workflow configuration to expand its trigger conditions and update a dependency. The changes enable the workflow to run on push events to the main branch (in addition to pull requests) and handle reopened PRs.
Key changes:
- Modified pull request trigger types: added
reopened, removedclosed - Added push trigger for the main branch
- Updated rsdoctor-action to a newer commit hash
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 5 project(s) in monorepo. 📁 react-10kPath:
📁 react-1kPath:
📁 react-5kPath:
📁 romePath:
📁 ui-componentsPath:
Generated by Rsdoctor GitHub Action |
📦 Binary Size-limit
🙈 Size remains the same at 47.70MB |
CodSpeed Performance ReportMerging #12346 will not alter performanceComparing Summary
|
chenjiahan
left a comment
There was a problem hiding this comment.
Could you add some PR description?
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@chenjiahan Done |
Summary
chore: change the diff ci yaml
Workflow trigger improvements:
pushevents to themainbranch, in addition to pull request events (opened,synchronize, andreopened). This ensures that changes pushed directly tomainare also checked by the workflow.reopenedinstead ofclosed, so the workflow is triggered when a pull request is reopened rather than when it is closed.Related links
Checklist