There are currently two open PRs with the same title updating the same baseline files:
Both were created by dotnet-sb-bot via the CreateBaselineUpdatePR tool, and both modify SourceBuiltReproducibilityBaseline.diff. #7163 supersedes #7081, but #7081 was never closed.
Having both open simultaneously is problematic - a reviewer could merge #7081 without realizing it is stale, which would conflict with or regress the more recent changes in #7163.
The tool should ensure that at most one PR per baseline category is open at a time. When a new PR is created, any existing open PR for the same category should either be closed (with a reference to the new PR) or updated in place.
There are currently two open PRs with the same title updating the same baseline files:
Both were created by dotnet-sb-bot via the CreateBaselineUpdatePR tool, and both modify SourceBuiltReproducibilityBaseline.diff. #7163 supersedes #7081, but #7081 was never closed.
Having both open simultaneously is problematic - a reviewer could merge #7081 without realizing it is stale, which would conflict with or regress the more recent changes in #7163.
The tool should ensure that at most one PR per baseline category is open at a time. When a new PR is created, any existing open PR for the same category should either be closed (with a reference to the new PR) or updated in place.