Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
fdd4795 to
8e015c7
Compare
|
Hello @SVillette, there is no need to add this change to other branches, we will do the upmerge once it is merged. However, this is a config that exists in the end application, it would be good to fix it also in https://github.com/Sylius/Sylius-Standard on 1.14 and 2.0 branches. Would you like to open PRs there? |
|
Hi @GSadee, The PR is done in Sylius/Sylius-Standard#1129. Do you upmerge commits there too ? Or do I need to create a PR on the 2.0 branch ? |
In the Sylius-Standard, there is a need for 2 PRs unfortunately. |
Follow up of Sylius/Sylius#17919
All requests from
/_profilerand/_wdtare currently part ofshopfirewall instead ofdev. It's because thedevfirewall is defined in last position and/_profilerand_wdtare not excluded from%sylius.security.shop_regex%.Defining it first fixes this issue.
However, existing projects should also change their config, should I target 2.1 branch instead and add this change in the
UPGRADE-2.1.md?