-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Currently, when creating a release, the label_issues_on_release workflow tags all closed issues since the last release with the release tag. This can inadvertently tag 'create release' issues from previous releases with the wrong release tag, causing confusion about which release actually included which work.
The workflow should be updated to specifically identify and tag only the current deployment issue with the release tag, regardless of whether it's closed or still open. All other release issues should be excluded from automatic release tagging to maintain accurate release tracking and prevent misattribution of work to incorrect releases.