Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe WordPress block registration for ParselyRecommendations was updated to use apiVersion 3 instead of version 2. This is a configuration change with no modifications to logic or control flow. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Description
With this PR, we're fixing the mismatch between
apiVersionin ourblocks/recommendations/edit.tsxandblocks/recommendations/block.jsonfiles, which were2and3respectively. We update this to3.Motivation and context
We shouldn't have mismatching
apiVersionnumbers. Having them out of sync is a bug waiting to surface and should be fixed.How has this been tested?
Existing tests pass.
Summary by CodeRabbit