An even fancier CHANGELOG check in CI - #8416
Merged
cwfitzgerald merged 3 commits intoNov 26, 2025
Merged
Conversation
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
3 times, most recently
from
October 22, 2025 20:19
949518d to
c34aab1
Compare
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
4 times, most recently
from
October 22, 2025 21:02
5ec93a2 to
6a6742d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
2 times, most recently
from
October 22, 2025 21:19
adaa7a4 to
372d81d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
4 times, most recently
from
October 22, 2025 21:48
fcd7db1 to
0b520df
Compare
ErichDonGubler
commented
Oct 22, 2025
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
6 times, most recently
from
November 6, 2025 19:42
f1bb623 to
745d7ba
Compare
ErichDonGubler
force-pushed
the
erichdongubler-push-askew-adventurous-megalodon
branch
from
November 20, 2025 21:37
745d7ba to
6c2b06c
Compare
ErichDonGubler
marked this pull request as ready for review
November 20, 2025 21:38
cwfitzgerald
approved these changes
Nov 26, 2025
ErichDonGubler
deleted the
erichdongubler-push-askew-adventurous-megalodon
branch
December 2, 2025 18:02
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.
Builds on #8351 by allowing an escape hatch for the
CHANGELOGcheck in CI. If achangelog: released entry changedlabel is applied to the PR, the check is run with the--warn-onlyflag, which emitswarnings instead oferrors, and emits error code 0. The check triggers on label changes, so no push is needed to apply this escape hatch.