arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Changes in `NuGet.config` managing `darc-*` channels should not be considered meaningful

Open premun opened this issue 2 months ago • 1 comments

Context

When we have stable versioning, the backflow updates packages but also has to add the stable feed. This is also uninteresting and should be considered meaningful.

Example

Example PR that is not meaningful: https://github.com/dotnet/dotnet/pull/3018/files

Goal

  • Get the list of unique darc- feeds where the packages from the previous build are located in.
  • Add those feed names to the list of strings we match against when detecting meaningful changes.

premun avatar Oct 22 '25 11:10 premun