-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ci): don't report a broken fragment if duplicate fragment exists #35577
Conversation
@pepelsbey Can you please look at this sooner rather than later? I think it would be good for this to go in before I merge #35441, but I also would like that in for the release this week. |
Vadim is on PTO this week so I've added myself as a reviewer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it works. Letting @bsmth take another look. Otherwise I'll merge it tonight, just so @hamishwillee can work on his stuff when he wakes up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, all, let's give it a spin 👍🏻
If a file has two headers with the same text and one header is updated, then the script reports it as a broken fragment. The PR adds logic to check if the file has headers with the same content.