fix: update broken link to removed workflow file in blog post#5360
fix: update broken link to removed workflow file in blog post#5360yifanyifan897645 wants to merge 2 commits into
Conversation
The exported filterIssues function was defined but never used, while the
component duplicated its logic inline with inconsistent filter values
('Repository - All' vs 'All'). Fix the filter values to match the
component's usage and replace inline logic with a filterIssues call.
Closes asyncapi#4889
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The auto-changeset.yml workflow was removed in PR asyncapi#1909. Replace the dead master-branch link with a permalink to the last commit before removal so readers can still see the original file. Fixes asyncapi#4970 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
✅ Deploy Preview for asyncapi-website ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughTwo files updated: GoodFirstIssues component refactored to consolidate filtering logic using a unified Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 5❌ Failed checks (4 warnings, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5360 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 22 22
Lines 830 830
Branches 159 159
=========================================
Hits 830 830 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5360--asyncapi-website.netlify.app/ |



Summary
auto-changeset.ymlworkflow was removed in PR ci: attempt at hardening security issue cli#1909, causing a 404masterbranch link with a permalink to the last commit before removal (6729f4c) so readers can still view the original fileFixes #4970
Summary by CodeRabbit
Refactor
Documentation