Remove unused labelling workflow. Labels can be added manually.#5791
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Removes an unused event responder from the bug issue lifecycle policy that auto-applied resolution/fix-released and resolution/shipped labels when a comment contained "Released/Shipped/Fixed on release". Labels can still be added manually to trigger the existing periodic auto-close rules.
Changes:
- Delete the
commentContains: Released/Shipped/Fixed on releaseevent responder from the bug lifecycle policy. - Trim trailing whitespace on the preceding "Thank you!" line.
shashankbarsin
approved these changes
May 27, 2026
palma21
approved these changes
May 27, 2026
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.
This pull request simplifies the bug issue lifecycle management policy by removing an automated workflow step related to labeling. Specifically, it eliminates the rule that automatically adds resolution labels when a comment indicates a bug has been released, shipped, or fixed.
This workflow is old and no longer used, so is being removed. Project contributors can still manually add these labels to issues to trigger the auto-close workflow if required.
Policy simplification:
resolution/fix-releasedandresolution/shippedlabels when a new comment containing 'Released/Shipped/Fixed on release' was added to a bug issue. (.github/policies/bugIssueLifecycleManagement.yml)