Skip to content

feat: add Nuget Packages Version Change Detector workflow#24805

Merged
EngincanV merged 4 commits intorel-10.0from
Nuget-Packages-Version-Change-Detector
Feb 5, 2026
Merged

feat: add Nuget Packages Version Change Detector workflow#24805
EngincanV merged 4 commits intorel-10.0from
Nuget-Packages-Version-Change-Detector

Conversation

@maliming
Copy link
Member

@maliming maliming commented Feb 4, 2026

Resolves #24797

9.0.0

Package Old Version New Version PR
Microsoft.Extensions.Logging 8.0.0 8.0.1 #123
Newtonsoft.Json 13.0.1 13.0.3 #456, #789

Added:

Package Version PR
Azure.Identity 1.10.0 #567

Removed:

Package Version PR
System.Text.Json 7.0.0 #890

Copilot AI review requested due to automatic review settings February 4, 2026 13:21
@maliming maliming marked this pull request as draft February 4, 2026 13:21
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 automatically detects NuGet package version changes in pull requests and maintains documentation of these changes. When a PR modifies Directory.Packages.props, the workflow adds a dependency-change label and updates a markdown document tracking version changes by release version.

Changes:

  • Added a new GitHub Actions workflow that triggers on PRs modifying Directory.Packages.props
  • Created a Python script that parses package version diffs, merges changes across multiple PRs, and generates/updates version change documentation
  • Implements automatic labeling and documentation generation to improve visibility of dependency updates

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 15 comments.

File Description
.github/workflows/nuget-packages-version-change-detector.yml Defines the workflow that triggers on Directory.Packages.props changes, adds the dependency-change label, and commits documentation updates
.github/scripts/update_dependency_changes.py Python script that compares package versions between branches, merges changes from multiple PRs, and generates markdown documentation

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

Copilot reviewed 3 out of 3 changed files in this pull request and generated 11 comments.

@maliming maliming marked this pull request as ready for review February 5, 2026 00:05
@maliming maliming requested a review from EngincanV February 5, 2026 00:06
@EngincanV EngincanV merged commit 009b1cb into rel-10.0 Feb 5, 2026
2 checks passed
@EngincanV EngincanV deleted the Nuget-Packages-Version-Change-Detector branch February 5, 2026 07:26
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