-
-
Notifications
You must be signed in to change notification settings - Fork 1k
fix: resolve CI pipeline failure caused by invalid pull_request.number check in workflow #4672
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughA GitHub Actions workflow condition in the Node.js PR testing workflow was simplified. The checkout step's ref selection logic was changed from an explicit empty-string comparison to a direct truthiness check for the PR number variable. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2024-11-25T18:41:29.632ZApplied to files:
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4672--asyncapi-website.netlify.app/ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4672 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 799 799
Branches 146 146
=========================================
Hits 799 799 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@princerajpoot20 the ci issues have been fixed ? |
This PR fixes a CI failure that caused all PRs in the website repository to remain stuck in the “Waiting for status to be reported” state. As a result, no PR could be merged.
Problem
The following checks were never executed because the workflow crashed at startup:
• Test NodeJS PR – macos-latest
• Test NodeJS PR – ubuntu-latest
• Test NodeJS PR – windows-latest
• codecov/patch
• codecov/project
Description
Result
• CI pipeline no longer fails at startup.
• All Test NodeJS PR jobs now run across macOS, Ubuntu, and Windows.
• Codecov reporting works properly again.
• PRs correctly exit the “Waiting for status to be reported” state.
Related issue(s)
Fixes -> #4671
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.