fix: allow incorrect labels if placeholders are missing#5025
Merged
mergify[bot] merged 1 commit intoJul 9, 2026
Merged
Conversation
|
robertcoltheart
marked this pull request as ready for review
July 8, 2026 10:31
HHobeck
approved these changes
Jul 9, 2026
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
arturcic
enabled auto-merge
July 9, 2026 09:08
Member
|
@Mergifyio refresh |
arturcic
disabled auto-merge
July 9, 2026 09:08
arturcic
enabled auto-merge
July 9, 2026 09:08
Contributor
✅ Pull request refreshed |
arturcic
approved these changes
Jul 9, 2026
Member
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 28 seconds in the queue, including 5 seconds running CI. Required conditions to merge
|
Contributor
|
Thank you @robertcoltheart for your contribution! |
This was referenced Jul 10, 2026
This was referenced Jul 13, 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.



Description
Avoids throwing when label placeholders are not found. This fixes a 6.x regression.
See #5021
Related Issue
Resolves #5026
Motivation and Context
Users reported that their existing config worked in 6.7 but threw exceptions in 6.8. The cause was bad config, but we should still support this behavior at least for 6.x. We can enforce good config from 7.x onwards.
How Has This Been Tested?
Added unit tests to validate old behavior.
Screenshots (if appropriate):
Checklist: