chore(release): cherry-pick fix for is_version_pr typo on workspace/bulk-import#3601
Merged
its-mitesh-kumar merged 1 commit intoJun 26, 2026
Conversation
…evaluated (redhat-developer#2468) Signed-off-by: Hope Hadfield <hhadfiel@redhat.com>
Member
Author
|
/cc @hopehadfield |
5d7cc73
into
redhat-developer:workspace/bulk-import
8 checks passed
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
The
workspace/bulk-importbranch has its own copy ofrelease_workspace_version.ymlthat was last updated by #2150 (Jan 28, 2026). The typo fix #2468 — which adds the missing$in"PR_MERGED"vs"$PR_MERGED"— was merged tomainon Mar 5, 2026, but was never cherry-picked toworkspace/bulk-import.Without this fix,
is_version_pralways evaluates tofalse, so the release/publish job is skipped entirely. When I created and merged the Version Packages PR #3568 targetingworkspace/bulk-import, the workflow picked up the buggy version of the file from that branch. It ran the wrong job (changesets-prinstead ofrelease) and errored out because themaintenance-changesets-release/bulk-importbranch already existed.This PR cherry-picks commit
a8cd84bfrommainontoworkspace/bulk-importto fix the issue. Once merged, we need to:maintenance-changesets-release/bulk-importremote branch7.0.2to npm