Skip to content

Comments

Add workflow to sync rush.json version on changes#241

Merged
nev21 merged 2 commits intomainfrom
nev21-patch-2
Dec 25, 2025
Merged

Add workflow to sync rush.json version on changes#241
nev21 merged 2 commits intomainfrom
nev21-patch-2

Conversation

@nev21
Copy link
Contributor

@nev21 nev21 commented Dec 22, 2025

This workflow automates the synchronization of rush.json version when changes are detected in package.json or rush.json. It includes steps for detecting changes, updating rush.json, running rush update, and committing the changes.

This workflow automates the synchronization of rush.json version when changes are detected in package.json or rush.json. It includes steps for detecting changes, updating rush.json, running rush update, and committing the changes.
Copilot AI review requested due to automatic review settings December 22, 2025 16:44
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR introduces a GitHub Actions workflow that automates the synchronization of the rush.json version when Dependabot updates the @microsoft/rush package. The workflow detects Rush version changes, updates rush.json accordingly, runs rush update, and commits the changes back to the pull request.

Key Changes:

  • New workflow triggered on pull requests that modify package.json, rush.json, or common-versions.json files
  • Two-job pipeline: detection of Rush version changes and automated synchronization
  • Automated commit process to keep rush.json in sync with package.json Rush version

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nev21 nev21 enabled auto-merge (squash) December 25, 2025 18:10
@codecov
Copy link

codecov bot commented Dec 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ae70e0d) to head (289ea73).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #241   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines          458       458           
  Branches       113       113           
=========================================
  Hits           458       458           
🚀 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.

@nev21 nev21 merged commit 94e1bdb into main Dec 25, 2025
9 checks passed
@nev21 nev21 deleted the nev21-patch-2 branch December 25, 2025 18:19
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.

1 participant