(Go: >> BACK << -|- >> HOME <<)

Skip to content
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): fix bugs in URL check issues script #32278

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

OnkarRuikar
Copy link
Contributor
@OnkarRuikar OnkarRuikar commented Feb 14, 2024

There are two issues in the script.
a. If a fragment is deleted from one page but added to a new page in the same PR, the fragment is still getting reported. Solution is to remove added fragments from deleted fragments list.
b. isAllOk was set to false in the wrong locations. Solution is to set it only when actual broken fragment locations are found.

The fix has been tested on all the failed PRs found in the workflow runs.

📓 Note, after this gets merged rebase all the failing PRs.

@OnkarRuikar OnkarRuikar requested a review from a team as a code owner February 14, 2024 16:38
@OnkarRuikar OnkarRuikar requested review from bsmth and removed request for a team February 14, 2024 16:38
@github-actions github-actions bot added system [PR only] Infrastructure and configuration for the project size/s [PR only] 6-50 LoC changed labels Feb 14, 2024
Copy link
Member
@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good

@teoli2003 teoli2003 merged commit 63caee7 into mdn:main Feb 14, 2024
7 of 8 checks passed
@OnkarRuikar OnkarRuikar deleted the ci_fix_url_check_script branch February 14, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/s [PR only] 6-50 LoC changed system [PR only] Infrastructure and configuration for the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants