-
Notifications
You must be signed in to change notification settings - Fork 0
fix(ci): ignore youtube link in check_links CI job #35
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): ignore youtube link in check_links CI job #35
Conversation
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
GRN-4962 Ignore YouTube link in CI job
The Check Links CI job is flaky because of |
📝 WalkthroughWalkthroughUpdates to Pre-merge checks✅ Passed checks (3 passed)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=======================================
Coverage 50.20% 50.20%
=======================================
Files 13 13
Lines 249 249
Branches 26 26
=======================================
Hits 125 125
Misses 119 119
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/build.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
- GitHub Check: Audit - Production
- GitHub Check: Audit - All
- GitHub Check: Lint & Format
- GitHub Check: build
- GitHub Check: check_release
🔇 Additional comments (1)
.github/workflows/build.yml (1)
189-189: The original review comment is incorrect. Only oneignore_linksoccurrence exists in the workflow file (line 189). There is no second location to update, so no inconsistency with the change exists.Likely an incorrect or invalid review comment.
The Check Links CI job is flaky because of 429 Too Many Requests from YouTube. We can safely ignore that link and make the CI job more stable.
Signed-off-by: Andy Jakubowski hello@andyjakubowski.com
Summary by CodeRabbit
Note: This release contains internal configuration updates with no user-facing changes.